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
toggle(true) add an click event handler, which may be called right after toggle(true) executed if this code is within another click event handler, and the auto added handler is for toggle off the picker, thus toggles the picker off.
Picker won't show in this case. We should add the click handler after the caller event propagated.
The text was updated successfully, but these errors were encountered:
toggle(true)
add an click event handler, which may be called right aftertoggle(true)
executed if this code is within another click event handler, and the auto added handler is for toggle off the picker, thus toggles the picker off.Picker won't show in this case. We should add the click handler after the caller event propagated.
The text was updated successfully, but these errors were encountered: