Kukks / Blazor.Ionic

Integration of Ionic5 into Blazor
MIT License
39 stars 8 forks source link

Binding to IonInput element causes error. #3

Closed JVanloofsvelt closed 3 years ago

JVanloofsvelt commented 3 years ago

image

image

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

JVanloofsvelt commented 3 years ago

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