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
bug #1513 [Autocomplete] Fix regression where placeholder change didn't cause a reset (weaverryan)
This PR was merged into the 2.x branch.
Discussion
----------
[Autocomplete] Fix regression where placeholder change didn't cause a reset
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | None
| License | MIT
Introduced here - https://github.com/symfony/ux/pull/1502/files#diff-655bee3f1f3d92a2b984a8599df80a4f31a842d5f04fd3d186f8e3161ce49c0bR429 - when fixing the bug:
> A) If there was no empty <option value""> element, then each time a value was selected, it incorrectly looked like the options had changed, triggering a reset. This is because TomSelect adds a `<option value="">` is there was not one at the start.
Commits
-------
d81648b [Autocomplete] Fix regression where placeholder change didn't cause a reset
0 commit comments