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!
While pressing the tab or enter key, ItemData field not updated properly in the change event arguments. While copy and paste the value which is available from the data source and pressing tab or enter key, then suggestion has been occurred but ItemData fields are not updated. Here, the AutoComplete component rendered with multi column template. When searching the value, ItemData return the mapped value field value alone and another field displays as null. This issue doe not occurred on first time and value selection on mouse pointer.
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/AutoCOmplete_333740454788662
Replication procedure:
1. Run the attached sample.
2. Focus the auto complete component and paste the value “Australia” then pressing tab or enter key.
3. We can see the value “SegmentID, LicenseID and ServiceLocationText” from the change event arguments.
4. Now, paste the value “Bermuda” and do the same procedure.
5. We can see the null value for “SegmentID, LicenseID” and ServiceLocationText alone has been updated.