Patrick Wolfert
Patrick Wolfert
Note to self: Go through and audit the `Code > Storybook` value for all of the components. Not all of them are going to be up-to-snuff according to the criteria...
Hey, your new example is slick 👍
I think I know why it's doing this, but I don't really know who should be responsible for fixing it. I've been experiencing a similar problem, except that I use...
@forrestbaer, I like that idea 👍
For what it's worth, I have just come across an issue with the existing a11y-message implementation and specifically [how updateA11yStatus is debounced](https://github.com/downshift-js/downshift/blob/master/src/hooks/utils.js#L85). In my application, I have one dropdown on...
It's been [a problem with Safari](https://bugs.webkit.org/show_bug.cgi?id=231724) for a while. That's why I don't know what the resolution is besides changing the strategy for highlighting. It makes things really difficult when...
@forrestbaer, it looks like this might actually get fixed by the changes @zarahzachz has in her branch related to that discovery. We should keep this in mind and probably link...
Should be fixed in https://github.com/CMSgov/design-system/pull/2334
Good call, @SparrowSpit. Since we have [WNMGDS-924](https://jira.cms.gov/browse/WNMGDS-924) to track the issue of specific language, and we passed accessibility testing on [WNMGDS-2364](https://jira.cms.gov/browse/WNMGDS-2364), I'm going to go ahead and close this.
@karinamzalez, this issue was fixed when we switched to using the HTML `` element in our dialogs. That fix is available since [version 5.0](https://github.com/CMSgov/design-system/releases/tag/%40cmsgov%2Fdesign-system%405.0.0). We also want to point out...