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
breaks the ability to change the selection.
Calling onChange in countries computed property in line 69 causes constant re-selection of top-country.
BTW - computed properties should not have such side effects like emission of events.
The text was updated successfully, but these errors were encountered:
kjesien
changed the title
[BUG] remove-placeholder breaks the selection of country in country-select
[BUG] remove-placeholder with top-country breaks the selection of country in country-select
Jun 11, 2021
Having
remove-placeholder
withtop-country
like this:breaks the ability to change the selection.
Calling
onChange
incountries
computed property in line 69 causes constant re-selection oftop-country
.BTW - computed properties should not have such side effects like emission of events.
The text was updated successfully, but these errors were encountered: