Skip to content

@bind-value on its own results in an error. #10967

@NTaylorMullen

Description

@NTaylorMullen

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

image

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 fixedarea-blazorIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions