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
we could support that. The only thing we have to do is to find the label element either by checking if the select is not included in a label or by querying the dom to search a label element with attribute for equals to the id of the select element ($("label[for='mySelectId']")
Once the label is found, just add a click handler on it that will put the focus on the chosen element.
GwtChosen does not support label tag.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
It would be nice if when we click on label element, it opens the item list...
The text was updated successfully, but these errors were encountered: