You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @LuckyHookin, your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue, thank you!
首先看官方文档:https://www.naiveui.com/zh-CN/light/components/time-picker#format.vue
图示官方文档是允许在编辑框内修改值的。
但是当
format="HH:mm:ss.SSS"
时,意外发生了:似乎
const {value: mergedValue} = mergedValueRef;
返回的时间戳是不含毫秒的代码位置:https://github.com/tusen-ai/naive-ui/blob/cdca7e76c3fae6a723ab5abbd16afe31e226759b/src/time-picker/src/TimePicker.tsx#L658C7-L658C7
Demo:https://codesandbox.io/s/inspiring-kowalevski-rpzp2q?file=/src/Demo.vue
The text was updated successfully, but these errors were encountered: