-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: updating form element states to match wires (fixes #240) #288
feat: updating form element states to match wires (fixes #240) #288
Conversation
Updated form elements to match wires. Work in progress.
Deploy preview for pinecone ready! Built with commit 1ea6162 |
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.
@jhung The indeterminate checkbox state should be removed, and a custom checkbox component with aria-checked should be added (as found in the filter list).
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.
@jhung Filter list component is not working at the moment.
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.
@jhung looks like this PR should encompass search forms too. Thoughts?
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.
@jhung @cherylhjli I assume this matches wires (haven't looked) but the focus state for borderless buttons looks a little tight to me (there's not much breathing room between the inner outline and the text/icon). Thoughts?
These are looking great Jon, we've come such a long way! Some notes:
|
@cherylhjli and @greatislander - ready for another look. There are some outstanding issues which I will file as separate issues. Known issues:
|
Fixes #236 |
Update form element states to match designs. Fixes #240 .
This is work in progress.
Description
This updates the states of form elements and buttons to match the updated designs.
Not addressed in this pull request (to be addressed in another pull request):
Steps to test
Buttons:
Form elements:
Expected behavior:
Different states should visually match the designs. See:
03 States Table.pdf
Related issues
#240