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

# 🙋 Documentation Request As far as I can tell, the proper way to use the `FormAssociated` class in a FAST web component is to: 1. add `import { FormAssociated...

community:good-first-issue
community:request
docs:example

# 🐛 Bug Report When a path in a FAST HTML template is only present in an expression chain such as for an `f-when` it does not create a _Changed...

status:triage

# 🐛 Bug Report I'm encountering an issue with the `repeat` directive when a view is reconnected to the DOM. Based on logging and observed behavior, the `repeat` attempts to...

status:triage

# 🙋 Documentation Request Documentation needs to be added for the new Observer Maps in `@microsoft/fast-html` package, preferrably in the README.md. Include reasonings to use it and not use it...

status:triage

# 🙋 Documentation Request We currently do not have a document that explains exactly the mechanisms for how bindings attach to pieces of DOM and update them. This would be...

area:fast-element
docs:api

# 🐛 Bug Report Using `defineAsync()` bypasses the `fromCustomElement` in `FASTElement` where this templateOption was being used. This should instead be interpreted by the `TemplateElement` in `@microsoft/fast-html`. The following options...

area:ssr

# Description There are cases where a `FASTElement` is necessary, and a `` is provided. However, if the `FASTElement` is only an empty wrapper for the case of style encapsulation...

# 🐛 Bug Report The `` element renders as a 0-width box in the DOM. ## 💻 Repro or Code Sample https://stackblitz.com/edit/vitejs-vite-xaylxldx?file=src%2Fmain.ts ## 🤔 Expected Behavior The `` itself should...

status:triage

# 🐛 Bug Report When setting observables their `Changed` lifecycle methods do not fire on change and the repeat directive does not show them correctly. ## 💻 Repro or Code...

status:needs-investigation

# 🙋 Documentation Request The docs mention `fast-html` being backend stack agnostic, it would be nice to have a few starter examples documented in a couple of popular backend languages....

status:triage