numeric minValue still accepting negative value in input field
I am trying to use
If I set
My code:
Edit: Validation is working tho, it validate for zero, so what do I need to make input field not accepting negative value?
numeric and minValue like below, but as we can see from the video it still accept negative value.If I set
->minValue(0) then I think I cannot see negative value in input or does my expectation is wrong?My code:
Edit: Validation is working tho, it validate for zero, so what do I need to make input field not accepting negative value?