How to make TextInput to allow only numbers without using numeric()
Currently when using TextInput::numeric(), the input gonna be
By using
type="number" By using
numeric the minLength and maxLength no longer works. And it also allows decimal values.