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

Accessibility: Typo in aria attribute valuemin for InputNumber #10058

Closed
riorudo opened this issue Mar 31, 2021 · 0 comments
Closed

Accessibility: Typo in aria attribute valuemin for InputNumber #10058

riorudo opened this issue Mar 31, 2021 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@riorudo
Copy link

riorudo commented Mar 31, 2021

There is a typo for the aria attribute valuemin in the component p-inputNumber.

[attr.aria-valumin]="min" instead of [attr.aria-valuemin]="min" ("e" is missing)

I'm submitting a ... (check one with "x")

[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35

Current behavior

[attr.aria-valumin]="min"

Expected behavior

[attr.aria-valuemin]="min"

  • PrimeNG version: 11.3.1
@riorudo riorudo changed the title p-inputNumber: Typo in aria attribute valuemin Accessibility: Typo in aria attribute valuemin for InputNumber Mar 31, 2021
@yigitfindikli yigitfindikli added Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add and removed Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add labels Mar 31, 2021
@yigitfindikli yigitfindikli self-assigned this Mar 31, 2021
@yigitfindikli yigitfindikli added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 31, 2021
@yigitfindikli yigitfindikli added this to the 11.3.2 milestone Mar 31, 2021
@yigitfindikli yigitfindikli added the LTS-PORTABLE Issue's fix will be ported to supported LTS versions label Mar 31, 2021
@yigitfindikli yigitfindikli added LTS-FIXED-10.1.1 and removed LTS-PORTABLE Issue's fix will be ported to supported LTS versions labels Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants