Okipa / laravel-bootstrap-components

Ready-to-use and customizable form components.
MIT License
20 stars 3 forks source link

Feature Request : Numeric Inputs #6

Closed daniel-chris-lucas closed 5 years ago

daniel-chris-lucas commented 5 years ago

Be able to generate numeric inputs.

Example HTML output:

<input type="number" value="5" placeholder="Enter a number" />
Okipa commented 5 years ago

Hey @dan-lucas, you're right, this is missing.
I would accept a full tested PR to implement that.