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 b394308..28eb574 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,9 @@ A callback that is fired every time an item is selected. It receives an object i
**showValue**:
If set to true, will display the value of the entry after the label in the dropdown list.
+**showValueBeforeLabel**
+If set to true and **`showValue`** also set to true, the value will be displayed before the label.
+
**treshold**:
The number of characters that need to be typed on the input in order to trigger the autocomplete. Default is 4.