Chris Holt

Results 27 issues of 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...

docs:rfc
area:fast-foundation
community:noteworthy

# 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...

docs:article
area:fast-animation

# 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...

improvement
community:good-first-issue

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...

improvement
community:good-first-issue
area:fast-colors

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...

chore
area:fast-foundation

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...

improvement
community:good-first-issue
area:fast-router

# Pull Request ## 📖 Description ### 🎫 Issues ## 👩‍💻 Reviewer Notes ## 📑 Test Plan ## ✅ Checklist ### General - [ ] I have included a change...