aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsp00n <sp.00.n@gmx.net>2021-05-21 00:01:09 +0200
committerGitHub <noreply@github.com>2021-05-21 00:01:09 +0200
commit4c10d574c4360d9d6e52acfdaa8bb87d2319633d (patch)
tree629551368fe194fe24b949709a6248962a082a13
parentce7994b85dc3208c5138de3196bdba21fafdd521 (diff)
Update README.md
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d5f704d..b394308 100644
--- a/README.md
+++ b/README.md
@@ -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.