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
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=57
Plunkr Case (Bug Reports)
Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed.
Current behavior
If the min value of the spinner control is set to a value greater than 9 it is hard or even impossible to enter a value between min and max without using the arrows.
Expected behavior
I would like to enter the value manually without using the arrows.
Minimal reproduction of the problem with instructions
In this example we're using min=18 and max=25.
Whenever I try to enter 19 for example it would immediately set the value to 18 after entering 1 and then set it to 25 if I type on as 189 exeeds the maximum.
The text was updated successfully, but these errors were encountered:
I don't know what would be the best solution for this issue.
Either the parseValue could be done on blur, or there could be a delay that allows to enter a whole number with a few milliseconds between each key.
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed.
https://plnkr.co/edit/auWr3dcu9mpqRRXidZgx?p=preview
Current behavior
If the min value of the spinner control is set to a value greater than 9 it is hard or even impossible to enter a value between min and max without using the arrows.
Expected behavior
I would like to enter the value manually without using the arrows.
Minimal reproduction of the problem with instructions
In this example we're using min=18 and max=25.
Whenever I try to enter 19 for example it would immediately set the value to 18 after entering 1 and then set it to 25 if I type on as 189 exeeds the maximum.
The text was updated successfully, but these errors were encountered: