Hello,
I'm experiencing a strange issue with the SfAutocomplete component. I have a "Manufacturer" field in my table, which is a foreign key. In the Add/Edit modes, I need to display the SfAutocomplete Manufacturer list. The Add mode works perfectly, but in Edit mode, the SfAutocomplete field fails to bind correctly.
When I use a simple approach with DataSource = ManufacturersList, everything works fine. However, when I implement SfDataManager for backend search, I encounter a problem: in Edit mode, the where clause in the data adaptor contains an ID with a value of null.
I have implemented the Filtering method, but the filtering method is not called in the first API call in edit mode, so ignore it.
DataManagerRequest->Where
