-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form: FormItems does not have a consistent width #553
Comments
Hi @mathlizee, I'm not sure if I understand the issue to 100%. As far as I can see in your code-sandbox, all FormItems using the maximum available width. The inner elements like Input, ComboBox, TextArea etc. all don't have a default width. Does that work for you? |
Hi @MarcusNotheis, I feel a bit dumb not thinking about this before creating the issue! I modified my code sample to use Could it be fixed? Thanks again! |
Hi @mathlizee, Best regards, EDIT: Seems to be already fixed on the next release of UI Web Components |
Hello,
I'm currently using a form that is similar to this one. As you can see, the
FormItem
inside myForm
do not have a consistent width. Would it be possible for allFormItem
to have the maximum width available or, at least, to have a consistent overall width? It would be even nicer if there was a property to set theFormItem
's width according to the screen size (S
,M
, ...)I'm using version
0.10.0-rc.1
of the library with Chrome.Thanks!
Mathieu
The text was updated successfully, but these errors were encountered: