knockout.autocomplete
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "knockout.autocomplete", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
@@ -53,2 +53,10 @@ ## knockout.autocompletion | ||
#### className | ||
A css class that will be applied to the menu element. | ||
#### visible | ||
An observable that decides whether the completion menu is shown. | ||
#### noFilter (default false) | ||
@@ -67,10 +75,2 @@ | ||
#### className | ||
A css class that will be applied to the menu element. | ||
#### visible | ||
An observable that decides whether the completion menu is shown. | ||
```js | ||
@@ -77,0 +77,0 @@ function (completionItem) { |
Sorry, the diff of this file is not supported yet
626184