mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 18:58:11 +00:00
316 B
316 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 3 |
|
zh-CN
禁用时间选择。
en-US
A disabled state of the TimePicker.
import { TimePicker } from 'antd';
import moment from 'moment';
ReactDOM.render(<TimePicker defaultValue={moment('12:08:23', 'HH:mm:ss')} disabled />, mountNode);