diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-09-21 23:28:01 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-09-21 23:28:01 +0300 |
commit | 144aaa270ea7f443d80e3e1016690fa0c7b1e9f2 (patch) | |
tree | 981140c8c1b7e5e2b7dabb22c2235a2fb55f46a4 | |
parent | a554125f3eb6588d6019bd090c7db7fb04c9aba0 (diff) |
readme fixes
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -65,7 +65,7 @@ The class of the dropdown-menu element, which is the box that is displayed. Can The class to use when highlighting typed text on items. Only used when highlightTyped is true. Default is text-primary. Can take a string or an array of strings. **highlightTyped**: -Wether to highlight (style) typed text on items. Default is true. +Whether to highlight (style) typed text on items. Default is true. **label**: The name of the `label` key in your data. The label is what will be shown on each item in the autocomplete list. @@ -84,8 +84,8 @@ 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. +**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. |