@kws3/ui 5.0.0-alpha.7 → 5.0.0-alpha.8

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.
@@ -249,7 +249,7 @@ Default value: `<span>{option.label}</span>`
249
249
  input, //the textbox to type in
250
250
  POPPER,
251
251
  active_option = "",
252
- searching = true,
252
+ searching = false,
253
253
  show_options = false,
254
254
  mouseTracker = {
255
255
  lastX: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kws3/ui",
3
- "version": "5.0.0-alpha.7",
3
+ "version": "5.0.0-alpha.8",
4
4
  "description": "UI components for use with Svelte v3 applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {