aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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.