-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
TextInput inline style #5915
Comments
@carbon-design-system/design do we have any plans to implement an inline text input? |
@zoyun do you mean inline as in not having a visual background to the input or aligning the label and input horizontally? |
@aagonzales I mean aligning the label and input horizontally, thanks. |
We don't have any current plans to implement this style but we're not saying its not allowed just that its not currently on our roadmap. We can add this to the back log. |
@aagonzales Thanks for your reply. I think I can try to contribute to this. |
* feat(text-input): add inline option for TextInput (#5915) Changes TextInput react component to allow for inline variant and adds required styles. Updates TextInput Storybook page to include inline variant in Knobs tab. * chore(storybook): content fix Co-authored-by: TJ Egan <tw15egan@gmail.com> Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com>
Summary
label text and input should be inline. It looks as Select component inline style.
Justification
Label text and input should be inline by UX design, and it's the usual style
Desired UX and success metrics
It looks as Select component inline style.
The text was updated successfully, but these errors were encountered: