mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-27 18:50:59 +08:00
334 B
334 B
order | title | ||||
---|---|---|---|---|---|
3 |
|
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);