mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
Adding the 'clearable' prop to the docs (#649)
What: * Adding clearable to the gitbook Props.md Why: * Its a prop on the select component but it wasn't documented correctly
This commit is contained in:
committed by
Jeff Sagal
parent
8c622b6331
commit
e0584cda96
@@ -90,6 +90,15 @@ clearSearchOnSelect: {
|
||||
default: true
|
||||
},
|
||||
|
||||
/**
|
||||
* Enables/disables allowing the user to clear the selected property.
|
||||
* @type {Boolean}
|
||||
*/
|
||||
clearable: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
|
||||
/**
|
||||
* Close a dropdown when an option is chosen. Set to false to keep the dropdown
|
||||
* open (useful when combined with multi-select, for example)
|
||||
|
||||
Reference in New Issue
Block a user