From 2bee2ac05631cd1d3b0b93fdd2bc7971e7e403ea Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Thu, 10 Mar 2016 12:24:22 -0800 Subject: [PATCH] bump readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 628a877..8cafd12 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,10 @@ export default { - default: true ## Todos: -- fix layout issues with multiple selections - - tags overflow outside `.dropdown` - - search input overflows outside `.dropdown` +- ~~fix layout issues with multiple selections~~ + - ~~tags overflow outside `.dropdown`~~ + - ~~search input overflows outside `.dropdown`~~ +- ~~use an actual element instead of `:after` to detect clicks on dropdown caret~~ - 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)