fast
fast copied to clipboard
The adaptive interface system for modern web experiences.
# 🙋 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...
# 🐛 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...
# 🐛 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...
# 🙋 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...
# 🙋 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...
# 🐛 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...
# 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...
# 🐛 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...
# 🙋 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....