fluentui-blazor
fluentui-blazor copied to clipboard
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
# 🐛 Bug Report I cannot change the default height and width of the fluent dialog component. Style property for height and width is ignored. ## 💻 Repro or Code...
# Pull Request ## 📖 Description Some Demo site experiments ### 🎫 Issues ## 👩💻 Reviewer Notes ## 📑 Test Plan ## ✅ Checklist ### General - [ ] I...
V1.5.1
# Pull Request ## 📖 Description Changes: - Use shorter ids for uniquely identifying elements (8 chars instead of GUIDs) - `` now uses BuildRenderTree (instead of `.razor` file) for...
# 🐛 Bug Report ## 💻 Repro or Code Sample ``` csharp Search location or country @code { // Imagine a list of countries assigned to this private IList _countries...
# Pull Request ## 📖 Description This PR changes the project so they target both .NET 6 **AND** .NET 7 (currently Preview 6) by using the `` (mind the plural...
# 🐛 Bug Report Changing the value of a variable bound to a `FluentTextField` via `@bind-Value` will have no effect if the text field is focused. This behavior is different...
# 🙋 Documentation Request As a developer who has been doing back-end work for the last 6 years I am completely out of the loop regarding modules, css, etc. What...
# 🙋 Feature Request ## 🤔 Expected Behavior All components visually align with official FluentUI design system specifications and interop with the token system. ## 😯 Current Behavior Minor visual...
# 🙋 Feature Request MultiSelect in FluentDataGrid would send multiple rows of data for bulk actions. Running the same action one row at a time would take a lot of...
🙋 Datepicker component ## 🤔 Expected Behavior ## 😯 Current Behavior ## 💁 Possible Solution ## 🔦 Context ## 💻 Examples