diff options
author | sp00n <sp.00.n@gmx.net> | 2021-05-21 00:01:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 00:01:09 +0200 |
commit | 4c10d574c4360d9d6e52acfdaa8bb87d2319633d (patch) | |
tree | 629551368fe194fe24b949709a6248962a082a13 | |
parent | ce7994b85dc3208c5138de3196bdba21fafdd521 (diff) |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,9 @@ A callback that is fired every time an item is selected. It receives an object i {label: <label>, value: <value>} +**showValue**: +If set to true, will display the value of the entry after the label in the dropdown list. + **treshold**: The number of characters that need to be typed on the input in order to trigger the autocomplete. Default is 4. |