framework7 icon indicating copy to clipboard operation
framework7 copied to clipboard

[v3] Feature request - ability to limit input on autocomplete before filtering begins

Open u01jmg3 opened this issue 8 years ago • 2 comments

  • 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

u01jmg3 avatar Oct 18 '17 23:10 u01jmg3

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

nolimits4web avatar Oct 27 '17 09:10 nolimits4web

Thanks - already doing it this way but thought it might be cleaner with a configurable option.

u01jmg3 avatar Oct 27 '17 09:10 u01jmg3