Spinner max length does not work in version 7.1.2 #7616
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
<p-spinner class="ui-spinner" [min]="0" [max]="999" maxlength="3">
max and maxlength work as expected in version 7.1.0 but don't work in version 7.1.2.
When typing '9999' the actual value is '999' but the displayed value is '9999'
The text was updated successfully, but these errors were encountered: