danielfarrell / bootstrap-combobox

A combobox plugin that works with twitter bootstrap
849 stars 328 forks source link

Adding a delay #276

Open stvlada opened 3 years ago

stvlada commented 3 years ago

Is it possible to add delay between characters entered, or even populate the drop down list on minimum 2 characters triggered? This will help if drop down list is long.

  1. Instead changing on every character, maybe a delay of 1-2sec once we enter more characters, list opens then
  2. An option where results don't show before min 2 characters are entered.