Skip to content
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

Incorrect html syntax #54

Open
Staferot opened this issue May 23, 2019 · 1 comment
Open

Incorrect html syntax #54

Staferot opened this issue May 23, 2019 · 1 comment

Comments

@Staferot
Copy link

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

form must not contain other form elements

Выделение_031

@avigil06
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants