framework7
framework7 copied to clipboard
[v3] Feature request - ability to limit input on autocomplete before filtering begins
- Just a feature request for imposing an optional limit on the minimum input before filtering begins on an autocomplete
- e.g. for long lists you might not want to show everything as soon as a user enters the letter
a
- e.g. for long lists you might not want to show everything as soon as a user enters the letter
Displaying results in autocomplete is manual based on input query (which you do inside of source method). So just don't return any results when the query length is below the minimum
Thanks - already doing it this way but thought it might be cleaner with a configurable option.