Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Control value is not set, if we add new item to the datasource. Value is set only if we open the popup.
Sample Link: http://www.syncfusion.com/downloads/support/directtrac/289645/ze/Dropdown_Data_Bind_Issue_8cab4b3
Replication Procedure:
1. Run the attached sample
2. Click the button “Click to bind to existing datasource” (Value will be set to the control (Snooker))
3. Now click the button “Click add to datasource New1”. (Value will not set to the control)
4. If you open the popup, then value is set to the control .Expected
behavior : New1 should set
to the control
Outcomes
: New1 is set only when open the popup.