diff --git a/README.md b/README.md index f9a3344..0f9d04c 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,11 @@ If set to `true` this option will prevent the plugin filters the retrieved data Default: `false` +#### canGenerateNewSelections (boolean) +If set to 'false' this option will prevent users from creating new selections which aren't part of the suggestion. + +Default: `true` + #### remoteFilter (boolean/string) If set to `false` this option will prevent the plugin filters the retrieved data again. If set to `'auto'` the plugin will resolve this setting regarding the datasource is a server or not. The idea is that in case of a server side response the data are already filtered. @@ -613,4 +618,4 @@ Following modules are required: This project was a fork of **jQuery AutoSuggest** (1.6) by [Wu Yuntao](https://github.com/wuyuntao) at [https://github.com/wuyuntao/jquery-autosuggest](https://github.com/wuyuntao/jquery-autosuggest). -Originally, **jQuery AutoSuggest** (1.4) was developed by [Drew Wilson](http://drewwilson.com/) at [http://code.drewwilson.com/entry/autosuggest-jquery-plugin/](http://code.drewwilson.com/entry/autosuggest-jquery-plugin/) \ No newline at end of file +Originally, **jQuery AutoSuggest** (1.4) was developed by [Drew Wilson](http://drewwilson.com/) at [http://code.drewwilson.com/entry/autosuggest-jquery-plugin/](http://code.drewwilson.com/entry/autosuggest-jquery-plugin/)