Replies: 1 comment 1 reply
-
Hi !
That's currently not possible with the form component. You would have to create a custom component.
Yes ! Use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When forms become bigger, the width parameter helps a lot. However, it cannot cater every need, hence here's the question:
Is there a way to put form fields in groups to make them flow as a group when the width changes?
Is there a way to set the number of lines in "textarea"?
Can field be commanded to stay on either side of the form? (like d-flex classes, f.e.)
Can a line break be induced in forms to send the next field to the beginning of a new line?
Beta Was this translation helpful? Give feedback.
All reactions