Closed snickbit closed 3 years ago
Hey guys, i would really appreciate when this could merged.
This would be super super useful. Any news?
Any news on this? I am keen to add a custom file field to my application through this package.
Any news?
Sorry everyone, I requested a review after fixing the issue. Nothing else I can do.
@snickbit and @JamesPoel , I will be more active from now. And check all PR's and issues
https://getbootstrap.com/docs/4.3/components/forms/#custom-forms
Added custom form styles and formats from Bootstrap 4.3 and made them the default with the option to turn them off with
Form::element()->custom(false);
Included Radio, Checkbox, Switch, Select, Range, and File type inputs.
I tried to make as little changes as possible and maintain the same code style.