bootstrap_form icon indicating copy to clipboard operation
bootstrap_form copied to clipboard

Ability to globally enable custom form fields

Open dleavitt opened this issue 5 years ago • 2 comments

The basic custom form fields are usually something you want to apply either globally or not at all, so it would be great to have the ability to globally default to custom (maybe per-field type) rather than having to pass in the argument to each input.

This may be easily doable now by redefining some methods in an initializer, if anyone has done so it would be great to add docs on how to do it.

If not easily doable now, would be a nice feature to add!

dleavitt avatar Jul 26 '19 20:07 dleavitt

Thanks for the suggestion. A way to globally set options makes a lot of sense. I'm open to suggestions or pull requests for this. If you decide to work on a pull request, please assign the bug to yourself (find the link in the upper-right area of this page). Otherwise I will look into this when I find some time.

lcreid avatar Aug 04 '19 22:08 lcreid

It looks like Bootstrap 5 does away with the concept of custom form fields, at least at the alpha 1 stage. I'm open to input on whether this feature will still be needed.

lcreid avatar Jun 20 '20 01:06 lcreid