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
fix(select): remove selection if option is removed (#2560)
* fix(select): remove selection if option is removed
* Currenty when an option is selected and the option is somehow programmatically removed the select updates its options.
Right now it does not remove the selection if the selection has been removed from the options.
Fixes#2524
* Update spec name
* Remove check logic and just keep test
* Update expectation message
* Fix linting
* Wait for zone to be stable
0 commit comments