-
Hi, I expect that after the second update the picker has the restriction AND the viewMode as clock, but it's not happening. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
setTimeout(() => {
datetimepicker1.updateOptions({ display: { viewMode: "clock"} })
console.log('update clock')
console.log(datetimepicker1.optionsStore.options)
}, 1500) The viewMode option not working on update is a bug which I'm now working on. |
Beta Was this translation helpful? Give feedback.
Hello. I'm coming back to this. The latest version seems to work correctly. If you still have an issue please let me know