You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior <p-spinner class="ui-spinner" min="30" max="999" maxlength="3"></p-spinner>
When typing 22 it becomes 30, then when updating it again to 22 it stays 22.
Expected behavior
It should be fixed to 30 for each less than min numbers.
Angular version: 7.X
PrimeNG version: 8.0.0
The text was updated successfully, but these errors were encountered:
Hi,
I’m unable to replicate with the latest PrimeNG. If the issue still persists with the new version please create a new issue with our stackblitz template.
I'm submitting a bug report
Current behavior
<p-spinner class="ui-spinner" min="30" max="999" maxlength="3"></p-spinner>
When typing 22 it becomes 30, then when updating it again to 22 it stays 22.
Expected behavior
It should be fixed to 30 for each less than min numbers.
The text was updated successfully, but these errors were encountered: