adamwathan / bootforms

Rapid form generation with Bootstrap 3 and Laravel.
MIT License
417 stars 103 forks source link

unable to use number input from blade #133

Closed BHEADRICK closed 7 years ago

BHEADRICK commented 7 years ago

Call to undefined method AdamWathan\Form\FormBuilder::number()

adamwathan commented 7 years ago

There's no method for that, did you see documentation suggesting otherwise that I need to fix?

Just use the type modifier:

BootForm::text('Age', 'age')->type('number)