Skip to content

Add option changing TAB-key behaviour: Focus on the next tabindex, instead of selecting the top-suggestion #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

Darnokk
Copy link

@Darnokk Darnokk commented Apr 26, 2016

  • The default behaviour of the TAB-key is to select the top suggestion
  • We introduced a new option called 'tabAutocomplete' which is NOT mandatory and defaults to true.
  • If the option 'tabAutocomplete' is true, the TAB-key will select the top suggestion as usual
  • If the option 'tabAutocomplete' is NOT set, the TAB-key will select the top suggestion as usual
  • Only if you set the option 'tabAutocomplete' to false pressing the TAB key will change the focus on the html-element with the next tabindex.
  • Added option 'tabAutocomplete' to doc
  • Added two methods for tabAutocomplete = true resp. false to the unit-test typeahead_spec.js

* Added option tabAutocomplete to doc jquery_typehead.md
* Added 2 methods to unit-test typeahead_spec.js
@jlbooker jlbooker added this to the v0.11.3 milestone Nov 1, 2016
@jlbooker jlbooker modified the milestones: v1.1.0, v1.2.0 Dec 21, 2016
@Darnokk
Copy link
Author

Darnokk commented Feb 20, 2018

i close this pull request and will make a new one based on the current sources.

The new pull request is #181

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants