Skip to content

Commit d024501

Browse files
authored
Update README.md
Add prop `preventHide`
1 parent 4182bf7 commit d024501

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,8 @@ You can also define custom list transitions by defining css rules for the transi
512512
| `filter` | Function | - | A custom function for filtering the suggestion results that accepts a single item and a query to filter by as its 2 arguments. Used only if `filter-by-query` is set to `true`. |
513513
| `mode` <sup>[v1.4.0](https://github.com/KazanExpress/vue-simple-suggest/releases/tag/v1.4.0)</sup> | String | `'input'` | The `v-model` event. Determines the event, that triggers `v-model`. Can be one of `'input'` (`v-model` binds a displayed property) or `'select'` (`v-model` binds a selected item). |
514514
| `type`, `value`, `pattern`, etc... | | | All of the HTML5 input attributes with their respected default values. |
515-
| `nullable-select` <sup>[v1.9.0](https://github.com/KazanExpress/vue-simple-suggest/releases/tag/v1.4.0)</sup> | Boolean | `false` | Whether the `select` should accept `null` or not. |
515+
| `nullable-select` <sup>[v1.9.0](https://github.com/KazanExpress/vue-simple-suggest/releases/tag/v1.9.0)</sup> | Boolean | `false` | Whether the `select` should accept `null` or not. |
516+
|`preventHide` <sup>[v1.11.0](https://github.com/KazanExpress/vue-simple-suggest/releases/tag/v1.11.0)</sup>|Boolean|`false`|Whether to keep the input open or not, allowing the user to select multiple inputs|
516517

517518
##### mode
518519
> New in [v1.4.0](https://github.com/KazanExpress/vue-simple-suggest/releases/tag/v1.4.0)

0 commit comments

Comments
 (0)