wuyuntao / jquery-autosuggest

A fork of AutoSuggest jQuery plugin writtern by Drew Wilson.
http://github.com/wuyuntao/jquery-autosuggest
118 stars 59 forks source link

Avoiding tab keyboard trap after selecting item using keyboard #30

Open nicolaasmatthijs opened 11 years ago

nicolaasmatthijs commented 11 years ago

In certain cases, it is not possible to tab out of the autoSuggest component. This tab keyboard trap can be achieved by following these steps:

The attached patch allows the user to tab out of that field. This was an accessibility concern for the project I'm using autoSuggest in.