Level 63
Yes it's possible.
You pass the min and the max values to the view.
<input type="number" min="{{ $min }}" max="{{ $max }}" />
1 like
Hello. I have a blade view with a form which has a field of type number. Quantity: Is it possible to have dynamic min and max values calculated by the controller's method?
Please or to participate in this conversation.