mirror of
https://github.com/danog/react-datalist-input.git
synced 2025-01-22 22:02:27 +01:00
Added docs for onDropdownOpen and onDropdownClose
This commit is contained in:
parent
5a3cecdd5a
commit
17f81b01f6
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user