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
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!
The text was updated successfully, but these errors were encountered:
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.
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.
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!
The text was updated successfully, but these errors were encountered: