-
Notifications
You must be signed in to change notification settings - Fork 86
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
chip accessibility fix #2332
chip accessibility fix #2332
Conversation
✅ Deploy Preview for marvelous-moxie-a6e2fe ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
also, the prettier needs to be run for the branch to avoid pipeline fails
}; | ||
|
||
handleChangeEvent = (event: MouseEvent | KeyboardEvent): void => { | ||
if (this.disabled && this.type === 'dynamic') { |
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.
with this would the additional check on line 115 will still be needed?
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.
these are different checks, but I wanted to discuss with you this type dynamic anyway. i don't get it's meaning so I don't really get checks either
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 it makes no logical sense we can discuss this.
no, it appeared to be the outdated snapshot. I've updated it, so you can retrigger pipeline, sorry. but it's also strange that i don't see command for it in package. i would also discuss tomorrow |
Dynamic Selection Standard version seems to stlil not be focusable |
@tshimber the |
my bad, forgot to run build here after prev fix. hopefully fixed now! could you run again please? |
71840f0
to
45166e8
Compare
LGTM |
* ci: sets up docker compose alias for compatibility (#2342) * fix: dropdown scroll fixed (#2333) * chip accessibility fix (#2332) * feat: chip keyboard handling fixed * feat: chip html added * fix: snapshot updated * fix: focus issues fixed * fix: readme fix * checkbox and switch css fixes for high contrast mode (#2317) fix: checkbox and switch CSS fixes for high contrast mode * ghost btn in storybook (#2341) * fix: ghost btn in storybook fixed * fix: one more ghost fixed * event part in storybook fixed (#2345) * fix: event part in storybook fixed * fix: german versions fixed * aria details vs aria describedby fixed for text field (#2352) * refactor: aria details vs aria describedby fixed for text field * fix: reverted to ariaDetailedId + description added to storybook * chore(release): publish (#2354) * chore(release): publish --------- Co-authored-by: tshimber <[email protected]>
Fixes #2328
Chip keyboard handling fixed