-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Milestone
Description
Edit: At this point we only want to support @bind-value on its own. See below comment for more details.
Describe the bug
Writing <input @bind-custom="SOMEVALUE" /> results in an RZ9991 error.
Expected behavior
No errors and things just work.
Screenshots
Additional context
Users can workaround this issue by adding a @bind-custom:event="SOMEEVENT" to the input element: <input @bind-custom="SOMEVALUE" @bind-custom:event="SOMEEVENT" />
@danroth27 this is worth including in the known issues list.
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
