Search code examples
cakephpinputminimum

Set minimum value for input field Cakephp


How do you set the minimum value for an input form field with type=>number. I have a count field that should have the MINIMUM value set as 0.


Solution

  • On your options array, set "min" => "0"