Completed
Last Updated: 10 Dec 2019 07:53 by ADMIN
Created by: Marcin
Comments: 1
Category: AutoComplete
Type: Feature Request
0
Currently autocomplete searches after each character entered, which can have big impact for large result sets. When user type fast 3 chars there is no need to search 1,2,3 just 3. So it would be beneficial to allow setup some delay 200-300 milliseconds for search.
Unplanned
Last Updated: 25 Feb 2020 12:56 by ADMIN

If I have a min length of 3 and enforceMinLength set to true, if you enter in 3 or more characters and then start deleting them (keyboard) once you get below the min length the dropdown remains open when it should close.

 

See the dojo option under the enforceMinLength API documentation for a sample to test.