How I limit the quantity of decimals in a input number of laravelCollective?
In the Laravel using the FORM, you need change the parameter 'step'.
{!! Form::number('preco', null, ['class' => 'form-control','step' => '0.1']) !!}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With