You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the idea, I was pretty sure to have started implementing these some times ago but I can't find anything in the history...
The custom file browser is already implemented but might be out-of-date.
The custom select should be easy to implement as it is simply a different template (replacing form-control with custom-select).
The standard range is not implemented, so I'll have to see how to implement this first, and then having custom range should not be complicated.
The three other ones (checkbox / radio / switch) are pretty similar, and likely a bit more complicated as I need to customize the label classes for these, I'll have to see what can be done. One possibility is to use different instance of the standard widgets, with different templates.
@Erwane The -alpha is (was) about the helpers being in version alpha, not Bootstrap :) According to packagist, there is between 15 and 20 daily installs of these, so I think we can move them out of alpha.
bug
enhancement
question
Plugin Version/Branch:
dev-4.0.1-alpha
.Bootstrap 4 include nice custom radio and checkbox inputs
This could be integrated as template and option of radio and checkbox types ?
https://getbootstrap.com/docs/4.3/components/forms/#custom-forms
Thanks
The text was updated successfully, but these errors were encountered: