2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-09 23:01:00 +00:00

Add the new option to the readme

This commit is contained in:
Christoph 2017-09-22 14:20:07 +02:00 committed by GitHub
parent 23f3aba3f0
commit 80916d57c0

View File

@ -40,6 +40,7 @@ $(selector).autocomplete(options);
| `noSuggestionNotice` | `No results` | Text or htmlString or Element or jQuery object for no matching results label |
| `onInvalidateSelection` | optional | `function () {}` called when input is altered after selection has been made. `this` is bound to input element |
| `tabDisabled` | `false` | Set to true to leave the cursor in the input field after the user tabs to select a suggestion |
| `hideInvalidSuggestions` | `false` | Set to true to hide suggestions which do not contain the query |
### Event function settings (local and Ajax)