From 19db423a33f4d9560b1e810910a906365760b123 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Wed, 9 Mar 2016 15:28:33 -0800 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90e87b4..78bf61e 100644 --- a/README.md +++ b/README.md @@ -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 + - `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!!