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

Some Aria attributes are wrongly rendered without hyphen #2855

Closed
asbermudez opened this issue Jan 9, 2023 · 0 comments · Fixed by #2856
Closed

Some Aria attributes are wrongly rendered without hyphen #2855

asbermudez opened this issue Jan 9, 2023 · 0 comments · Fixed by #2856
Assignees
Labels
BUG Something isn't working external Reported by external contributor and handled with priority

Comments

@asbermudez
Copy link
Contributor

asbermudez commented Jan 9, 2023

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

@asbermudez asbermudez added BUG Something isn't working external Reported by external contributor and handled with priority labels Jan 9, 2023
@aluarius aluarius self-assigned this Jan 9, 2023
aluarius added a commit to aluarius/vuestic-ui that referenced this issue Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working external Reported by external contributor and handled with priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants