ant-design/components/time-picker/demo/without-seconds.md
2016-07-26 11:03:44 +08:00

334 B

order title
3
zh-CN en-US
不展示秒 Hide the seconds options

zh-CN

不展示秒,也不允许选择。

en-US

The seconds options are hidden and cannot be selected.

import { TimePicker } from 'antd';

ReactDOM.render(
  <TimePicker defaultValue="12:08:23" format="HH:mm" />
, mountNode);