-
-
Notifications
You must be signed in to change notification settings - Fork 104
@bind-Value issue #217
Comments
Can you try downgrading to version 4.5.0? I'm having the issue similar to yours. For me, changing the value programmatically doesn't not trigger the control to update. Giving the control focus, navigating away and the value appears. Downgrading the version 4.5.0. resolves my issue. |
@RonGramann @pkuo Would it be possible to create a minimal repro of the issue. Once this is done I'll take a look and see if I can spot where the issue is. Thanks |
I've hit the same issue, and downgrading from 4.6.0 to 4.5.1 (and 4.5.0) resolved the problem. |
I hit the same issue and downgrading to 4.5.0 fixed it. |
This is an issue for me too, rolling back to 4.5.1 has temporarily resolved it for me too. It appears not to be detecting that an initial value has been set. Here is my code if it helps resolve the issue.
|
Any status update on this? Issue is more than 1 year old now |
@m4m4m4 @chrissainty I have fixed this issue on this PR #278 |
I am new to Blazor, so forgive me if this issue is not related to your control.
I have a Blazor page and ViewModel. If I click on BlazoredTypeahead control, my list is displayed and filtered based on user input. This works great.
in my ViewModel...
When I load the page with an existing record, I set the EngineeringTeamLeader object, however this name does not appear in the BlazoredTypeahead control. If I give the control focus and navigate away from it, the EngineeringTeamLeader name will appear. So, its appears the control knows about it, but does not initially render it.
Windows OS: Win10 20H2
Visual Studio Pro Version 16.10.0 Preview 1.0
Blazor Server-side app using .Net 5.0
Any suggestions?
Thanks,
Ron
The text was updated successfully, but these errors were encountered: