Hi,
when using the AutoComplete widget with UserIds (GUID) and DisplayNames, the filter appears to work on the Value instead of the DisplayText - which doesn't make a lot of sense.
Sample: https://syncfusion-autocomplete.stackblitz.io
Editor: https://stackblitz.com/edit/syncfusion-autocomplete
Example record:
"UserName": "admin",
"DisplayName": "Admin",
"Id": "f650c4f8-b8df-44ef-b6a8-866de50af211",
Type: b68a -> displays "Admin"
Type admi -> displays nothing
A filter only really make sense when - at least by default - filters on the text that is displayed instead of the underlying value. Not sure whether this is a bug or a feature?