TextInput numeric with step
I have the following code:
Why do I only validate multiples of 96?
I i insert 24 message: the value... from 0 to 96
Why do I only validate multiples of 96?
I i insert 24 message: the value... from 0 to 96
TextInput::make('qta')
->numeric()
->step(96)