From e65b07306e118476575c46b3c01b742f89af4675 Mon Sep 17 00:00:00 2001 From: Justin Tulk Date: Tue, 4 Oct 2016 13:10:47 -1000 Subject: [PATCH] Documentation to backspaceToRemoveMessage Property I don't see a better place to enable/disable this function, so adding some detail about how to clear this functionality if not wanted --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2ffd30a66..455c8a0ef4 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,7 @@ function onInputKeyDown(event) { autoload | bool | true | whether to auto-load the default async options set autosize | bool | true | If enabled, the input will expand as the length of its value increases backspaceRemoves | bool | true | whether pressing backspace removes the last item when there is no input value + backspaceToRemoveMessage | string | 'Press backspace to remove {last label}' | prompt shown in input when at least one option in a multiselect is shown, set to '' to clear cache | bool | true | enables the options cache for `asyncOptions` (default: `true`) className | string | undefined | className for the outer element clearable | bool | true | should it be possible to reset value