Winforms AutoComplete:
We have logged a feature request for your requirement “Support to
update the selected item programmatically in AutoComplete” and it can be
tracked through our feedback portal below.
Feedback link: https://www.syncfusion.com/feedback/39983/support-to-update-the-selected-item-programmatically-in-autocomplete
We will prioritize the features every release based on the
demands, and we do not have an immediate plan to implement this since we are committed
to already planned work. So, this feature will be available for any of our
upcoming releases.
Please cast your vote to make it count and if you have any more
specifications/suggestions for the feature request, you can add them as a
comment in the feedback portal.
Blazor Autocomplete:
You can set the default value of autocomplete using the value
property. please find the attached sample and code for your reference.
<SfAutoComplete Value="@Value">
</SfAutoComplete>
@code {
public string Value { get; set; } = "Canada";
}
|
Attachment:
BlazorApp1_5632b6b1_8eadd901.zip