-
-
Notifications
You must be signed in to change notification settings - Fork 356
[Live+Autocomplete] Wrong behavior of Autocomplete with dynamic forms #515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Experiencing similar thing, in a multi-step form with live component:
|
To "fix" autocomplete + live components, I added
the field just "Stays as it is". This relates to #490. We need to identify all of the different possible behaviors for "ignore" and also make sure we have one that works for this situation. For example, for:
We need a behavior where Also, another solution for autocomplete might be to intelligently use |
I didn’t tested but what actually happens if I changes select options of a Autocomplete input ? IMHO all JS elements should be reinitialized when live updating. |
Indeed, I think this is almost always what you want. However, the edge-case we want to avoid is that you (A) type into a |
See #519 for a proposed solution |
I have a Live component form with a Autocomplete input.
Autocomplete input is added or not depending on other form inputs.
When Autocomplete field is removed, tomselect field are not removed, because of data-live-ignore.
The text was updated successfully, but these errors were encountered: