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
{{ message }}
This repository was archived by the owner on Sep 11, 2019. It is now read-only.
Right now value of Select with any mode ("radio", "check", "radio-check") is an array. But you only need an array for mode="check".
Maybe we should change it and return value of selected item (or undefined) instead?
Right now value of
Selectwith anymode("radio","check","radio-check") is an array. But you only need an array formode="check".Maybe we should change it and return value of selected item (or undefined) instead?