You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

403 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';
import moment from 'moment';

const format = 'HH:mm';
ReactDOM.render(
  <TimePicker defaultValue={moment('12:08', format)} format={format} />
, mountNode);