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
Hello, nice module and thanks for sharing.
For now, I can customize the label with custom text like this: [text: ""] - but this option still draw a wrapper for labels and makes form element looks shifted. Is it possible to define an option to completely remove label tag?
The text was updated successfully, but these errors were encountered:
It's not really possible at the moment. Gotta structure rendering differently as removing label means adding offset class to the control container. One day I'll rewrite this to be closer to what I did here: https://github.com/comfy/comfy-bootstrap-form Keeping bootstrap specific options in its own map allows for greater flexibility.
For now, I suggest dropping down to Phoenix default form helpers in cases where you don't want to render labels.
Hello, nice module and thanks for sharing.
For now, I can customize the label with custom text like this: [text: ""] - but this option still draw a wrapper for labels and makes form element looks shifted. Is it possible to define an option to completely remove label tag?
The text was updated successfully, but these errors were encountered: