Added docs for onDropdownOpen and onDropdownClose

This commit is contained in:
Peter Kupietz 2019-08-22 13:46:42 +02:00 committed by GitHub
parent 5a3cecdd5a
commit 17f81b01f6

View File

@ -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*** ***placeholder***
- The placeholder that will be shown inside the input field. - The placeholder that will be shown inside the input field.