-
### Is your feature request related to a problem? Please describe.
A Blazor component can be passed callback methods as parameters. This is not possible when an Aspnetcore View calls a component h…
bdnts updated
4 years ago
-
The is the most severe of the loc-related publishing issues I found yesterday, since it breaks the most mainstream localization scenario.
**Repro setup:**
- Create Blazor WebAssembly "hosted" ap…
-
## Description
A proposal for the necessary documentation content needed for v1 release.
## ToC
- [x] Introduction
- Using FAST Components
- [x] Getting Started
- Components
…
-
## Styling
- [x] Striped
- [x] Bordered
- [x] Borderless
- [x] Hoverable
- [x] Narrow
## Behavior
- [x] Unselect already selected row
- [x] Disable selection of rows if any row is curren…
-
I want to start the *.Blazor.Server to be able to Debug things in my Blazor App. But I'm getting 404-errors on static files.
Steps to reproduce:
dotnet new -i BlazorMobile.Templates::3.2.4-preview…
-
### Describe the bug
Edge doesn't open for WASM debugging in VSC.
### To Reproduce
Stock WASM app created from the 3.2 template and configured for Edge ...
```json
{
"version": "0.2.…
-
I have added a `checkbox` column to the grid as below. I can't figure out a way to capture the event when that checkbox is checked or unchecked.
c.Add("CheckboxColumn").Titled("Active").SetCheckb…
-
---
**Issue moved from dotnet/aspnetcore#22527**
- Please respond to @guardrex.
---
_From @guardrex on Thursday, June 4, 2020 12:48:25 AM_
### Describe the bug
Edge doesn't open for WASM…
-
I tried to create a couple of Nav items and noticed that there is always a point between them. After some experimentation I noticed that this is only the case if you don't have them in a NavLinkGroup.…
-
Following on to mrlife's question, passing callback methods to components is perfectly legal in Blazor. Is this supported when calling a component from a View? The use case is a modal dialog with a …
bdnts updated
4 years ago