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

readme updates

This commit is contained in:
Jeff Sagal
2016-03-09 15:30:31 -08:00
parent 87b477d488
commit 5df95ef851
+3 -3
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
@@ -58,7 +58,7 @@ export default {
- fix layout issues with multiple selections
- tags overflow outside `.dropdown`
- search input overflows outside `.dropdown`
<!-- - `searchable` prop -->
- fix layout/toggle issues when `searchable` is false
- `simple` prop that disables `search` and keeps a static `placeholder` regardless of current selection (useful for things like icon button dropdowns)
- less opinionated styles / only include css necessary to acheive layout (no colors, etc)
- ability to pre-select options when using `[{label: 'Foo', value: 'foo'}]` syntax (already works with `['foo','bar','baz']` syntax)