henry-search 1.0.22 → 1.0.23

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "henry-search",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Searches a typesense archive of musical performances",
5
5
  "main": "js/main.js",
6
6
  "scripts": {
@@ -511,7 +511,7 @@
511
511
  });
512
512
 
513
513
  }"
514
-
514
+ :teleport="true"
515
515
  :clearable="false"
516
516
  :multi-calendars="false"
517
517
  :enable-time-picker="false"
@@ -529,6 +529,7 @@
529
529
  min: formatMinValue(currentRefinement.min, range.min),
530
530
  max: formatMaxValue(modelValue/1000, range.max),
531
531
  })}"
532
+ :teleport="true"
532
533
  :clearable="false"
533
534
  :text-input="true"
534
535
  :enter-submit="true"