fix(test): bump version of react and react-dom

also, fixed keyboards on datepicker
This commit is contained in:
Tienson Qin
2020-12-21 18:56:01 +08:00
parent bdfdf4d6d8
commit 2baa71baf8
9 changed files with 34 additions and 31 deletions

View File

@@ -366,7 +366,7 @@
"chosen")
;; :tab-index -1
:on-click (fn [e]
(util/stop e)
(.preventDefault e)
(if (and (gobj/get e "shiftKey") on-shift-chosen)
(on-shift-chosen item)
(on-chosen item)))}