Closed zeezo887 closed 8 months ago
This allows the step method to be available on the Input field of the form builder.
step
Usage:
$form->add( Input::make()->name('length')->type('number')->label("length")->step(1) );
Fixes #2380
Description
This allows the
step
method to be available on the Input field of the form builder.Usage:
Related Issues
Fixes #2380