Update README.md

This commit is contained in:
sp00n 2021-05-21 00:01:09 +02:00 committed by GitHub
parent ce7994b85d
commit 4c10d574c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.