From 0465ea9d5b306e052965350d2934d468f373522d Mon Sep 17 00:00:00 2001 From: Sebastian Uecker Date: Thu, 3 Nov 2016 11:28:22 +0100 Subject: [PATCH] Added README entry for deleteRemoves prop --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99291982bf..164cf74beb 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,7 @@ function onInputKeyDown(event) { clearAllText | string | 'Clear all' | title for the "clear" control when `multi` is true clearValueText | string | 'Clear value' | title for the "clear" control resetValue | any | null | value to use when you clear the control + deleteRemoves | bool | true | whether pressing delete key removes the last item when there is no input value delimiter | string | ',' | delimiter to use to join multiple values disabled | bool | false | whether the Select is disabled or not filterOption | func | undefined | method to filter a single option: `function(option, filterString)`