mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
feat: add deselectFromDropdown boolean prop (#1033)
This commit is contained in:
@@ -163,6 +163,17 @@ createOption: {
|
||||
},
|
||||
```
|
||||
|
||||
## deselectFromDropdown <Badge text="v3.12.0+" />
|
||||
|
||||
Determines whether the user can deselect an option by clicking
|
||||
it from within the dropdown menu.
|
||||
|
||||
```js
|
||||
deselectFromDropdown: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
```
|
||||
|
||||
## dir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user