Chris Holt
Chris Holt
# 💬 RFC This issue proposes the deprecation of `Anchored Region` in favor of using utility provided via [floating-ui](https://floating-ui.com/docs/getting-started). Floating UI provides two key features, but for our scenarios we...
# Pull Request ## 📖 Description This Draft PR contains an initial example implementation of using Floating UI for Anchored Positioning. ### 🎫 Issues Illustrates #6185 ## 👩💻 Reviewer Notes...
# Pull Request ## 📖 Description This PR adds a label to the combobox and forwards the aria-label and aria-labelledby attributes from the host element to the input which is...
Fast animation is a framework agnostic utility for adding animations to any project. While the utility itself is framework agnostic, we should consider including documentation and/or examples on how to...
# Pull Request ## 📖 Description This PR serves to initiate the migration of Menu Item anchored positioning to use `floating-ui/dom`. There are a few ways we can look at...
As part of #5303 we turned off `@typescript-eslint/typedef` globally as it was overwritten across multiple packages. As part of that, we turned on `strictNullChecks` and `strictPropertyInitialization` for all packages. Turning...
As part of #5303 we turned off `@typescript-eslint/typedef` globally as it was overwritten across multiple packages. As part of that, we turned on `noImplicitAny`, `strictNullChecks`, `strictPropertyInitialization` for all packages. Turning...
This issue exists to track the addition of keyboard events for readonly switch scenarios with the fix to #6304. This fix is being made async with a migration over to...
As part of #5303 we turned off @typescript-eslint/typedef globally as it was overwritten across multiple packages. As part of that, we turned on `noImplicitAny` and `strictPropertyInitialization` for all packages. Turning...
# Pull Request ## 📖 Description ### 🎫 Issues ## 👩💻 Reviewer Notes ## 📑 Test Plan ## ✅ Checklist ### General - [ ] I have included a change...