Replies: 2 comments 4 replies
-
if i set JSRuntimeMockMode.Strict then i get System.AggregateException : One or more errors occurred. (The invocation of 'matBlazor.matTextField.init' with the argument [Microsoft.AspNetCore.Components.ElementReference] was not expected.) |
Beta Was this translation helpful? Give feedback.
-
If you want to do format a block of code, you have to wrap it in triple ```. See the edits I made to your post. |
Beta Was this translation helpful? Give feedback.
-
Hi
I have a blazor project where i use MatBlazor Components,
but when i try to run it on my status component
which when i run
becomes
the intent however is that line 4 is supposed to look like this
<span class=""mdc-select__selected-text "">@bucket.status</span>
anybody know how to fix this issue?
ps. i'm aware that the formatting of my code is awfully, so if somebody could tell me how to handle new lines in code sections that would also be great
Beta Was this translation helpful? Give feedback.
All reactions