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
A target element can be specified by providing an ID in the for attribute. Otherwise, when omitted, the label will target the first descending element which has one of the following tags: <button>, <input>, <textarea>, <progress>, or <select>.
But when select is wrapped in label the value doesn't change:
Thanks for reporting the issue. I can reproduce it on my end. Indeed, looks like label for works fine, but not wrapping the select element in the label. I can change the value externally, but not when interacting with the element itself. It seems to work fine without data bindings. I'll take a closer look at it.
Documentation says:
But when select is wrapped in label the value doesn't change:
I've tried to debug and it seems that WidgetDropDown::ProcessEvent doesn't get callback on selected element.
The text was updated successfully, but these errors were encountered: