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
Describe the bug
When the user click on an option inside an optgroup tag, the data-custom-properties attribute is ignored and the customProperties is set to null
Describe the bug
When the user click on an option inside an optgroup tag, the data-custom-properties attribute is ignored and the customProperties is set to null
To Reproduce
HTML without optgroup
when i select an option i can retrieve customProperties
if i enable optgroup
when i select an option i can't retrieve customProperties
I have try to add another optgroup for the placeholder option but with no luck
Expected behavior
Even with optgroup retrieve data-custom-properties attribute
The text was updated successfully, but these errors were encountered: