@onsvisual/svelte-components 0.1.92 → 0.1.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
* Optional: Minimum query length to return results
|
|
71
71
|
* @type {number}
|
|
72
72
|
*/
|
|
73
|
-
export let minLength = mode === "search" ?
|
|
73
|
+
export let minLength = mode === "search" ? 1 : 0;
|
|
74
74
|
/**
|
|
75
75
|
* Optional: Override function for loading/filtering options based on the entered text
|
|
76
76
|
* @type {function}
|