We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.3.8
Vue 2.6.10
Create <a-input-search id='test'/> component with an id, inspect the code on browser and shows the id attribute duplicate on component structure.
<a-input-search id='test'/>
Non duplicate the id in element structure.
The id given to is duplicated.
The text was updated successfully, but these errors were encountered:
You should give us a sample at least, use CodeSandbox
Sorry, something went wrong.
That's already have a sample. Reproduction link
fix: search input component replicating id attribute #726
a5bb191
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.3.8
Environment
Vue 2.6.10
Reproduction link
Steps to reproduce
Create
<a-input-search id='test'/>
component with an id, inspect the code on browser and shows the id attribute duplicate on component structure.What is expected?
Non duplicate the id in element structure.
What is actually happening?
The id given to is duplicated.
The text was updated successfully, but these errors were encountered: