2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-13 08:32:26 +03:00
This commit is contained in:
Jeff Sagal
2016-03-09 15:28:33 -08:00
parent 3576760720
commit 19db423a33
+2 -2
View File
@@ -58,10 +58,10 @@ export default {
- fix layout issues with multiple selections
- tags overflow outside `.dropdown`
- search input overflows outside `.dropdown`
- `search` prop should be optional
<!-- - `searchable` prop -->
- `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
- ability to pre-select options when using `[{label: 'Foo', value: 'foo'}]` syntax (already works with `['foo','bar','baz']` syntax)
- (maybe) load data from an ajax source with vue-resource
- more tests!!