mobx-input
mobx-input copied to clipboard
[Question] How can you enforce an input to take integer?
I've tested with
required,isNumeric,isLength:1:5
but it doesn't seems to work. Many thanks!