- Notifications
You must be signed in to change notification settings - Fork1.6k
Closed
Description
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]
Metadata
Metadata
Assignees
Type
Projects
Status
Done