netojose / laravel-bootstrap-4-forms

Bootstrap 4 forms for Laravel 5/6/7/8
MIT License
183 stars 58 forks source link

Custom Inputs #94

Open swartjie opened 4 years ago

swartjie commented 4 years ago

Hey Guys,

First off, Your class has made my life a lot easier, Thank you!!! My forms went from 1K lines to a couple hundred with styling included which is fantastic.

Now I am just sitting with one issue, I have several inputs i'd like to use from external sources like mdbootstrap or material-ui, specifically the autofill feature which searches as you type.

As it stands now i'd have to add ALL their code in manually each time. Is there some way I can create custom inputs / layouts and add it in the class without it being lost should I update?

Having the ability to kind of create a template for a custom input would prove ideal to bridge the gaps...

Any advise?