-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
ComboBox vertical alignment seems off in FlexboxLayout #136
Comments
I'll see what I can find. The combobox has a rendering hack, so it's probably messing with the layout. |
thank you! Not sure if it helps, but, i tested a workaround
seems to align resulting set properly... edit: also, the resulting |
well... better late than never. I added a |
Hello,
i'm using FlexboxLayout across the app, and i stumbled upon issue with aligning the label with "dropdowns" - ComboBox<> elements...
Common alignment seems to work fine for labels, text inputs, buttons, but when i have dropdown on "line" of various elements, i'm unable to get it right (centered, or baselined) with the rest of elements.
Pseudo-code: (should be copy-able into raw/empty app template):
The text was updated successfully, but these errors were encountered: