From 514a4263b3632797ede4d130537e893659823aaf Mon Sep 17 00:00:00 2001 From: mohammaadreza berneti Date: Sun, 19 Feb 2017 11:17:33 +0330 Subject: [PATCH] document the undocumented 'loadingPlaceholder' property --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28637cfc72..5a0202284b 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ function onInputKeyDown(event) { scrollMenuIntoView | bool | true | whether the viewport will shift to display the entire menu when engaged searchable | bool | true | whether to enable searching feature or not searchPromptText | string\|node | 'Type to search' | label to prompt for search input + loadingPlaceholder | string\|node | 'Loading...' | label to prompt for loading search result tabSelectsValue | bool | true | whether to select the currently focused value when the `[tab]` key is pressed value | any | undefined | initial field value valueKey | string | 'value' | the option property to use for the value