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 select element has selected value, and also has hidden option and clear button. Then if we click the button, transition effects seems to work incorrectly.
Show your code
<!-- This triggers error --><divclass="p-10"><selectdata-te-select-initdata-te-select-clear-button="true"><optionvalue="" hidden></option><optionvalue="1">One</option><optionvalue="2" selected>Two</option></select><labeldata-te-select-label-ref>Select with default value</label></div><!-- To compare with no selected value --><divclass="p-10"><selectdata-te-select-initdata-te-select-clear-button="true"><optionvalue="" hiddenselected></option><optionvalue="1">One</option><optionvalue="2">Two</option></select><labeldata-te-select-label-ref>Select without default value</label></div>
Desktop (please complete the following information):
OS: [Linux]
Browser [chrome]
Version [v1.0.0-beta2]
The text was updated successfully, but these errors were encountered:
Describe the bug
When select element has selected value, and also has hidden option and clear button. Then if we click the button, transition effects seems to work incorrectly.
Show your code
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: