-
Notifications
You must be signed in to change notification settings - Fork 57
[OUDS] text input review fixes #3211
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
base: ouds/main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| </div> <div id="globalTextHelpBlock" class="text-input-helper"> | ||
| Enter your email address without the domain name (e.g. only your username before the @). | ||
| <label for="inputTextWithPrefixSuffixIcon">Price</label> | ||
| <div class="input-container" data-bs-prefix="€"data-bs-suffix=".00"> |
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.
we could add a space before the data-bs-suffix attribute
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.
fixed
| <input type="text" id="inputTextWithPrefixSuffix" aria-describedby="prefixSuffixTextHelpBlock" class="text-input-field" placeholder="Enter amount"> | ||
| </div> | ||
| </div> | ||
| <div id="prefixSuffixTextHelpBlock" class="text-input-helper"> |
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.
This one could be a paragraph element too
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.
fixed
Types of change
Context & Motivation
Fixes on Text Input following design and acccessibility review
Description
Checklists
Checklist (for Core Team only)
Progression (for Core Team only)
ouds/mainfollowing conventional commitLive previews