bootstrap-ajax-typeahead icon indicating copy to clipboard operation
bootstrap-ajax-typeahead copied to clipboard

AutoSelect option

Open vadimv82 opened this issue 8 years ago • 2 comments

Option that allows you to dictate whether or not the first suggestion is selected automatically. Turning autoselect off also means that the input won't clear if nothing is selected and enter or tab is hit.

Check here, there is such option. https://github.com/bassjobsen/Bootstrap-3-Typeahead

vadimv82 avatar Aug 02 '16 12:08 vadimv82

I would also appreciate such an option. Without it the typeahead forces the user to use it's suggestion (when he uses Enter for submit). EDIT Now I noticed it's been implemented - but:

  1. there's no mention of it the documentation
  2. the version number is the same as before so updating via bower doesn't work EDIT 2 Even uninstalling, cleaning cache and installing via bower pulls the old version of the code (without autoSelect)

retan avatar Sep 18 '16 13:09 retan

works if you put the following into bower.json: "bs-typeahead": "biggora/bootstrap-ajax-typeahead#master",

koseduhemak avatar Jun 30 '17 12:06 koseduhemak