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
When the user submits a search request through a searchableChoiceSet, the userDidSubmitInput keyboard's listener method gets called multiple times when updateAutocomplete method is implemented
Reproduction Steps
Present a searchable choice set
Submit a search through the search box in choiceset or click on an autocomplete cell
Expected Behavior
userDidSubmitInput method gets called once per key input
Observed Behavior
userDidSubmitInput method gets called multiple times per key input
OS & Version Information
Android Version: 11
SDL Android Version: 5.3.0
Testing Against: Sdl_hmi, core 8.0.0
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered:
Bug Report
When the user submits a search request through a searchableChoiceSet, the userDidSubmitInput keyboard's listener method gets called multiple times when updateAutocomplete method is implemented
Reproduction Steps
Expected Behavior
userDidSubmitInput method gets called once per key input
Observed Behavior
userDidSubmitInput method gets called multiple times per key input
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: