-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Timepicker accessibility #476 #520
Timepicker accessibility #476 #520
Conversation
… for hours/minutes, updated event listeners
… for enhancing keyboard accessibility
…put with trailing zero's by adding trailing zeros on focus out, extended component twelveHour option support in inputFromTextField method, fixed incorrect rendering of analog clock hand on 24h time format
… twelveHour option in drawClockFromTimeInput method
…es on modal open/close
Hi @gselderslaghs, please rebase all PR to branch |
Reviewing my work. Not sure if this PR is fully correct, since I've implemented button classes (L411) and as there are multiple options available, hard-coding the button style would reduce the availability of different button styles when implementing this component. Since the framework has different button styling available I might need to refactor the codebase in order to apply the button styling variations as an option in the component initializaton. Anyway, not defining a button style might result in accessibility reduction. This also applies to other components in the component library.
|
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.
LGTM. I think in the near future we should aim to use Temporal for better date time handling.
I like the ideas with the Button styling. We should discuss this in a new issue. |
@wuda-io I would suggest reopening #476 as I will review and fix the mentioned issue in the next commits |
Proposed changes
Fixes & enhancements based on #476
Types of changes
Checklist: