-
Notifications
You must be signed in to change notification settings - Fork 978
feat(FormField): add orientation prop
#5632
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
feat(FormField): add orientation prop
#5632
Conversation
orientation prop
|
@edimitchel I think the label should be centered when using |
Co-authored-by: edimitchel <[email protected]>
91433cb to
88cae5d
Compare
Good catch ! Fixed |
commit: |
benjamincanac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @edimitchel! I've made a few changes to improve spacing, more specifically added a place-items-baseline class so the label is centered with the input without taking the help or error slot into account.
π Linked issue
Resolves #5516
β Type of change
π Description
Adding orientation to
UFormFieldcomponent to let field be shown on right side instead of bottom side.π Checklist