From 17f81b01f6a944dea278396fcb45437ffee2054c Mon Sep 17 00:00:00 2001 From: Peter Kupietz Date: Thu, 22 Aug 2019 13:46:42 +0200 Subject: [PATCH] Added docs for onDropdownOpen and onDropdownClose --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 78b2a07..43e1461 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,14 @@ match = (currentInput, item) => { }; ``` +***onDropdownOpen*** + +- The callback function that will be called after opening the drop down menu. + +***onDropdownClose*** + +- The callback function that will be called after closing the drop down menu. + ***placeholder*** - The placeholder that will be shown inside the input field.