How to disable Tab key in typeahead js dropdown

250 views Asked by At

I have a dropdown with suggestions, i have used typeahead (jquery.typeahead.js) for suggestions. when i start typing in the input box it shows me a list of suggestions,when i press TAB i want to focus on next focusable element but not from the suggestions. I gone through the existing stackoverflow question and answers there i see that we need to modify in the typeahead source file, there i cannot modify there.

Is there any possibility to override the _onTabKeyed without modifying the typeahead source code.

0

There are 0 answers