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

remove searchable from docs

This commit is contained in:
Jeff Sagal
2016-03-09 15:29:24 -08:00
parent 6af6626220
commit 87b477d488
+1 -1
View File
@@ -41,7 +41,7 @@ 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 -->
- `multiple` Equivalent to `multiple` attribute on a `<select>`.