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 was a few hours into implementing this in a project when I discovered this element renders a form element. Autocompletes will not always be used in an isolated context. Often times they will be utilized in a larger form. Nested form tags is invalid syntax and renders this component unusable for a majority number of use cases.
If i use vue-instant i can't use form element like parent DOM element. Usualy it need for onsubmit event.
https://www.w3.org/TR/xhtml1/#prohibitions
The text was updated successfully, but these errors were encountered: