fast
fast copied to clipboard
The adaptive interface system for modern web experiences.
# Pull Request ## 📖 Description This adds a date-picker component. ### 🎫 Issues ## 👩💻 Reviewer Notes ## 📑 Test Plan ## ✅ Checklist ### General - [x] I...
# 🐛 Bug Report When using `required`, `pattern`, and other attributes associated with the [constraint validation API](https://developer.mozilla.org/en-US/docs/Web/API/Constraint_validation), an error is thrown and no constraint is signaled when the form is...
# Pull Request ## 📖 Description This PR expands the structures assignable as DesignToken roots to include the 'PropertyTarget' types. This will facilitate SSR scenarios by allowing authors to register...
# Pull Request ## 📖 Description Calls `handleChange()` in `handleClearInput()` ### 🎫 Issues Closes: #6228 ## 👩💻 Reviewer Notes ## 📑 Test Plan ## ✅ Checklist ### General - [x]...
# Pull Request ## 📖 Description Converts the test suite in `fast-foundation` from Karma to Playwright. ### 🎫 Issues Resolves #5805 ## 👩💻 Reviewer Notes ## 📑 Test Plan ##...
# 🐛 Bug Report When navigating between tabs in the `` component with the keyboard, the `Home` and `End` keys direct focus to the first and last items regardless of...
# 🐛 Bug Report As the title says...Because of this, I can't 'catch' this event on the Blazor side and respond to the clear click in an appropriate way. ##...
# Pull Request ## 📖 Description If a horizontal-scroll element is rendered while hidden, it will calculate all of it's child nodes as 0px wide. This will cause the next...
# Pull Request ## 📖 Description This is currently an experiment. I think the APIs are nicer but it's TBD how this will affect performance. ### 🎫 Issues ## 👩💻...
# 🙋 Documentation Request #6171 refactored DesignToken and changed the API. Documentation should cover: - Changes to the subscribe & unsubscribe methods (no "target" argument anymore) - DesignToken Resolver pattern...