mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-28 11:08:30 +08:00
273 B
273 B
order | title | ||||
---|---|---|---|---|---|
4 |
|
zh-CN
禁用时间选择。
en-US
A disabled state of the TimePicker
.
import { TimePicker } from 'antd';
ReactDOM.render(
<TimePicker defaultValue="12:08:23" disabled />
, mountNode);