I have a databound picklist for a ComboBoxItem and I want that it should always fetch data from the server whenever user changes value in the the combobox iow it should not cache any data.
I tried setting cachePickListResults:false on the ComboBoxItem but it's not helping.
Actually my server always returns the first 100 matches (no pagination info in the response) when a fetch happens. But as picklist data is being cached, if user changes the value, it does not show the matching records for the new value as it is not fetching the data from the server.
i will appreciate your help.
I tried setting cachePickListResults:false on the ComboBoxItem but it's not helping.
Actually my server always returns the first 100 matches (no pagination info in the response) when a fetch happens. But as picklist data is being cached, if user changes the value, it does not show the matching records for the new value as it is not fetching the data from the server.
i will appreciate your help.
Comment