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
We're using the v-model on our autocomplete, but for some reason it does not populate the autocomplete field with the according entry.
Shouldn't it just be a matter of putting the right value in the model and then the autocomplete shows the right entry?
Edit:
Here is a very simplified example, which already at this stage does not prefill the autocomplete field. And it doesn't matter if I make test be just the id or the whole object.
We're using the
v-model
on our autocomplete, but for some reason it does not populate the autocomplete field with the according entry.Shouldn't it just be a matter of putting the right value in the model and then the autocomplete shows the right entry?
Edit:
Here is a very simplified example, which already at this stage does not prefill the autocomplete field. And it doesn't matter if I make
test
be just the id or the whole object.HTML:
JS:
The text was updated successfully, but these errors were encountered: