-
Notifications
You must be signed in to change notification settings - Fork 42
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
Documentation: InputGrid and InputWithDecorations #1539
Conversation
@@ -17,7 +17,7 @@ import * as AllExamples from 'examples'; | |||
<AllExamples.InputGroupToggleSwitchExample client:load /> | |||
</LiveExample> | |||
|
|||
Input group class is a container to enhance an input by adding an icon, text, or a button in front or behind the input field as a "help text". | |||
Input group is a container to enhance an input by adding an icon, text, or a button in front or behind the input field as a "help text". |
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.
i think input group is only for radio/checkbox/toggle rather than regular inputs, so it might be worth mentioning
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.
I was not prepared to update InputGroup docs because description is also wrong, just saw a small mistake in text. I can look into it more if you'd like. Or undo this change.
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.
No additional comments so far
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.
Changes
Added docs pages for InputWithDecorations, InputGrid and StatusMessage.
Testing
N/A
Docs
N/A