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
Is your feature request related to a problem? Please describe.
When larger data-source is assigned, control searches across all items on each and every char input. This degrades control performance and overall user experience.
Describe the solution you'd like
User tent to enter more than one character at a time. Hence, rather than triggering look-up on every key press, a delay should be added and wait for user to finish.
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When larger data-source is assigned, control searches across all items on each and every char input. This degrades control performance and overall user experience.
Describe the solution you'd like
User tent to enter more than one character at a time. Hence, rather than triggering look-up on every key press, a delay should be added and wait for user to finish.
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: