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
Vuestic-ui version: 1.5.3
Steps to reproduce
Use va-input
<VaInput />
What is the expected behavior?
All the aria attributes rendered in the input should be use hyphen, like:
<input aria-readonly="false" aria-required="false" aria-disabled="false" [...] />
What is the current behavior?
Some of the attributes are rendered without hyphen, resulting in wrong html properties, like:
<input ariadisabled="false" arialabel="Some label" ariareadonly="false" ariarequired="false" />
Other information
This might be related to the issue: vuejs/core#5477
The text was updated successfully, but these errors were encountered:
[epicmaxco#2855] aria attributes hydration fix
2da92a0
[#2855] aria attributes hydration fix (#2856)
e6b9208
aluarius
Successfully merging a pull request may close this issue.
Vuestic-ui version: 1.5.3
Steps to reproduce
Use va-input
What is the expected behavior?
All the aria attributes rendered in the input should be use hyphen, like:
What is the current behavior?
Some of the attributes are rendered without hyphen, resulting in wrong html properties, like:
Other information
This might be related to the issue:
vuejs/core#5477
The text was updated successfully, but these errors were encountered: