Blazor.Fast icon indicating copy to clipboard operation
Blazor.Fast copied to clipboard

A tiny wrapper around Fast and Fluent Web Components to integrate with Blazor and easily use the EditForm components

Results 6 Blazor.Fast issues
Sort by recently updated
recently updated
newest added

For every Input component there is an annoying problem due to the way FAST currently handles the styling of the Web Components (using css classes). Since we cannot get access...

bug
blocked

New select component

new-component

Since we don't have control over how the navigation works, the app reloads on a breadcrumb href click. Solution: same as anchor

bug

Based on https://explore.fast.design/components/fast-radio-group we need to implement a `Radio` and `RadioGroup` component.

new-component

Currently the Checkboxes and Switches cannot use `@bind` due to some internal issue with Blazor. I've already created a PR to fix it but it will only happen in the...

blocked

Currently we haven't made any performance enhancements, but we have no benchmarks either. So it would be nice to have some benchmarks and investigate those compared to the core library....

enhancement
help wanted