Replies: 1 comment
-
@curtic00 Please create a GitHub repository with minimal steps to reproduce the issue. I'll take a look. NOTE: .zip attachments are not allowed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Blazor Bootstrap V 3.0.0
AuthorizeView Roles="..." Context="authContext">
Authorized> (Note: if I put the starting < in these line, githib won't display the lines.. ????)
<Tabs @ref="tabs">
Offending line: <CurrencyInput TValue="int" @bind-value="@amount7" Locale="en-GB" Placeholder="Enter amount" />
/AuthorizeView>
......
@code
....
Error in Edge browser:
blazor.server.js:1 [2024-11-25T16:01:13.957Z] Error: System.ArgumentNullException: Value cannot be null. (Parameter 'accessor')
at Microsoft.AspNetCore.Components.Forms.FieldIdentifier.Create[TField](Expression
1 accessor) at BlazorBootstrap.CurrencyInput
1.OnInitializedAsync()at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
Anyone know what I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions