Submitting input text (not selected from list)
Some people automatically start typing a word and click the submit button and don't wait to see if the word or partial word is in the results list. Can a user submit this text? If so, what is the name of its form field?
If not, seems like this would be an important feature to add.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by TJ McKenzie on 19 Dec, 2010 06:03 AM
If a user types a word into the box and presses submit without adding it to the autosuggest list, either as an autosuggest selection or by pressing Tab or Comma to add it to the selections field, the data is easily available.
Any data still remaining in the original input field will be passed as usual, and the name of that input field remains the same as you named it in the HTML.
2 Posted by John Welborn on 29 Nov, 2011 06:25 PM
Try adding this code to the .blur() function after this line
results_holder.hide(); It seems to do the trick for me.
` tab_press = true;
`