You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I input the label 'NameToDisplay' and fill the 'NameToDisplay' field with values like 000023, 00988823, 123323, 1232132, the OnChangeText event triggers an API call. This API searches within my product database based on the input text, for example, 'ad'. The API returns a product list where the product names start with 'ad', limited to a length of 3.
However, in the picker component, I observe that the products 000023, 00988823, 123323, 1232132 appear first before the three new products returned by the API.
The text was updated successfully, but these errors were encountered:
Whenever I input the label 'NameToDisplay' and fill the 'NameToDisplay' field with values like 000023, 00988823, 123323, 1232132, the OnChangeText event triggers an API call. This API searches within my product database based on the input text, for example, 'ad'. The API returns a product list where the product names start with 'ad', limited to a length of 3.
However, in the picker component, I observe that the products 000023, 00988823, 123323, 1232132 appear first before the three new products returned by the API.
The text was updated successfully, but these errors were encountered: