Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
实际上,我想更新 timepicker 值但 ant design 无法显示 defaultValue。如何在 timepicker 中显示我的数据库时间/值?我正在使用蚂蚁设计框架。
codepen中没有代码。您可以参考 Ant Design 上的代码。我想变量离开时间是原因。
<TimePicker defaultValue={moment('12:08:23', 'HH:mm:ss')} />