-
Notifications
You must be signed in to change notification settings - Fork 221
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
FF Enhancements for Select #2807
Comments
myvuuu
changed the title
Text and Padding Customization Enhancements for Select
FF Enhancements for Select
Jun 27, 2024
Open
10 tasks
10 tasks
alanbsmith
pushed a commit
that referenced
this issue
Sep 20, 2024
Fixes: #2805, #2806, #2820, [#2807](#2807) [category:Components] Release Note: - We've added a new `FormFieldGroup` component to use when grouping inputs like checkboxes and radio inputs that need to be associated to one another. Its API matches the `FormField` API where you have `error` prop as well as `id` `isRequired` and `orienation`. - `orientation` has been added back to `useFormFieldModel` to better support sub component styling. - Styles have been cleaned up to use `gap` for proper spacing between labels, inputs and hint text. - Added a new `FormField.Field` component to ensure proper alignment between label and inputs regardless of orientation and hint text. Ensure to wrap your inputs and hint text in this component. Co-authored-by: manuel.carrera <[email protected]> Co-authored-by: @josh-bagwell <[email protected]> Co-authored-by: @RayRedGoose <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 Feature Proposal
Add the following enhancements to Select:
Motivation
Please outline the motivation for the proposal.
Example
Please provide an example for how this feature would be used.
The text was updated successfully, but these errors were encountered: