2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

remove searchable from docs for now

This commit is contained in:
Jeff Sagal
2016-03-09 15:28:59 -08:00
parent 19db423a33
commit 6af6626220
+2 -2
View File
@@ -41,9 +41,9 @@ export default {
- `maxHeight` Limit the height of the dropdown menu.
- type: String
- default: '400px'
- `searchable` Toggle filtering of options.
<!-- - `searchable` Toggle filtering of options.
- type: Boolean
- default: true
- default: true -->
- `multiple` Equivalent to `multiple` attribute on a `<select>`.
- type: Boolean
- default: true