Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The API documentation for the change event arguments for AutoComplete describes itemData as "Returns the selected item as JSON Object from the data source" and previousItemData as "Returns the previous selected item as JSON Object from the data source" yet both properties are listed as having a type of FieldSettingsModel which doesn't match that in the slightest, and correspondingly the typescript definition of the interface ChangeEventArgs (which extends SelectEventArgs) matches the documentation in having that seemingly unrelated type declared (which are defined in drop down list and drop down base reslectively).