As the title, I want to ask: "Is it possible to limit the suggestions displayed in typeahead?"
For example, I have 3 datasets, each dataset has 10000 results (from the query). And a subject started with character t
is about 3000 results or may be more.
What will happened if I type t
in the input ? 3000 result display or ... ?
Or is there any way to force user type specific characters then display suggestions ? (Like I must type tem
, single character like t
will not be accpeted)