sulian,
il y a 9 ans
Ton input doit être de type "nombre" :
<input type="number" name="quantity" min="1" max="5">
$this->Form->input('field', array(
'type'=>'number',
'min'=>0,
'max'=>20
));