ant-design/components/timepicker/demo/no-default-value.md
2015-11-19 14:04:53 +08:00

240 B

无默认值

  • order: 5

没有默认时间。


import { Timepicker } from 'antd';

ReactDOM.render(
  <Timepicker placeholder="Select sth." />
, document.getElementById('components-timepicker-demo-no-default-value'));