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
I have a form with the input fields email and name mapped to an AlpineJs data-model.
When I select an Autocomplete Value from the list sometimes after a few tries (not regularly) the input gets empty again. The model is set to the right value, because I watched the model data, which gets output correctly. After a few tries of selecting or inputing data into the field the data gets displayed in the field. When this appears it also doesn't display the first few keystrokes into the field. Mostly after five times of inputing the content is shown.
The problem is that this doesn't happen in regular intervals and that it is not reproducible easily.
Has anybody else seen this behavior? What could be the problem for this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a form with the input fields
email
andname
mapped to an AlpineJs data-model.When I select an Autocomplete Value from the list sometimes after a few tries (not regularly) the input gets empty again. The model is set to the right value, because I watched the model data, which gets output correctly. After a few tries of selecting or inputing data into the field the data gets displayed in the field. When this appears it also doesn't display the first few keystrokes into the field. Mostly after five times of inputing the content is shown.
The problem is that this doesn't happen in regular intervals and that it is not reproducible easily.
Has anybody else seen this behavior? What could be the problem for this?
Beta Was this translation helpful? Give feedback.
All reactions