Kukks / Blazor.Ionic

Integration of Ionic5 into Blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binding to IonInput element causes error.

JVanloofsvelt opened this issue · comments

image

image

I have something like this:
<IonInput TItem="string" color="danger" clear-input="true" @bind=InputValue></IonInput>
string InputValue { get; set; } = "test";

My apologies, this is not an issue. In the code of your demo I discovered you need to use @bind-Value instead of @Bind.