fast icon indicating copy to clipboard operation
fast copied to clipboard

The adaptive interface system for modern web experiences.

Results 374 fast issues
Sort by recently updated
recently updated
newest added

When I go to fast.design via my iPhone the page looks ugly and broken. I've tried both Safari and Chrome ![image](https://github.com/microsoft/fast/assets/42288570/364ce3a3-e65b-45ee-8cfa-9643bb8bb6c9) ![image](https://github.com/microsoft/fast/assets/42288570/3655bfd6-9f3c-44cc-992c-de15c3ebeb85)

# 🙋 Feature Request Add an optional key to the `repeat` directive, so that `repeat` can map a DOM node to a specific item when updating views. Similar to how...

improvement
status:needs-investigation
area:fast-element
community:request

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

# Pull Request ## 📖 Description This pull request simplifies the root level README in accordance with a re-alignment on core FAST goals. We will be re-focusing the project around...

# Pull Request ## 📖 Description Remove the suggestion that contributors use [Refined GitHub](https://github.com/sindresorhus/refined-github) or [Squashed Merge Message](https://github.com/zachwhaley/squashed-merge-message) because Squashed Merge Message pointed to GitHub's solution for this issue: [New...

# Pull Request ## 📖 Description Updated the `standards` link in this template. The path `/docs/community/code-of-conduct/#our-standards` does not exist. ### Before - [ ] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation...

# 💬 RFC This RFC is to gather feedback on potentially renaming the `template` host directive to `host` to make it more clear that it represents the host the template...

community:question
community:noteworthy
status:controversial

fast-select with options does not break out and options are hidden. In almost all the practical use cases the select component will be used inside the parent component To show...

bug
status:needs-investigation
area:fast-components

# 🐛 Bug Report The `` lacks some attributes present on the native component. ## 💻 Repro or Code Sample Missing attributes ([based on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#attributes)): `autocapitalize` (nonstandard), `dirname`, `autocomplete` (nonstandard),...

status:triage

# Pull Request ## 📖 Description The current `React.createElement` function takes as an parameter the object `newReactProps` to pass props to the created React component. But we have noticed that...