enhance(ux): refactor the classic datepicker to the shui calendar within the animated-model cp

This commit is contained in:
charlie
2024-04-16 15:17:25 +08:00
parent 4face39381
commit 977eaee3d9
3 changed files with 57 additions and 30 deletions

View File

@@ -64,6 +64,7 @@
(.setSelectionRange input n m))
(defn move-cursor-to [input n]
(.focus input)
(.setSelectionRange input n n))
(defn move-cursor-forward