-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement green checkmark on OnyxInput #2143
Comments
13 tasks
ChristianBusshoff
pushed a commit
that referenced
this issue
Dec 5, 2024
#2252) PR feedback for #2143. Changes: - CSS implementation for show/hide clear and success icon when focused - translate label for clear button - make clear icon also accessible via keyboard + add focus styles @ChristianBusshoff Please take a look :)
ChristianBusshoff
pushed a commit
that referenced
this issue
Dec 6, 2024
#2252) PR feedback for #2143. Changes: - CSS implementation for show/hide clear and success icon when focused - translate label for clear button - make clear icon also accessible via keyboard + add focus styles @ChristianBusshoff Please take a look :)
1 task
larsrickert
added a commit
that referenced
this issue
Dec 16, 2024
Relates to #2143 As discussed with Jannick, the clear icon is no longer focusable via keyboard to not interrupt the users tab order when multiple form elements are used.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why?
There are cases where it is necessary to communicate an explicit
success
state for an FormElement:Design
https://www.figma.com/design/EBi98T51T9fGfjrYYfsulg/onyx---Archive?node-id=3427-73120&t=WFV3kII28sKTTZft-4
Acceptance criteria
successMessage
is shown, a green checkmark symbol is shown on the rightReference implementations
Applicable ARIA Pattern
Definition of Done
apps/demo-app/src/views/HomeView.vue
Approval
The text was updated successfully, but these errors were encountered: