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...
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?