Accessibility: Typo in aria attribute valuemin for InputNumber #10058
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
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")
Current behavior
[attr.aria-valumin]="min"
Expected behavior
[attr.aria-valuemin]="min"
The text was updated successfully, but these errors were encountered: