@volverjs/ui-vue 0.0.8-beta.8 → 0.0.8-beta.9

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.
@@ -381,7 +381,6 @@
381
381
  :role="DropdownRole.listbox"
382
382
  @after-expand="onAfterExpand"
383
383
  @after-collapse="onAfterCollapse"
384
- @click="$event.stopPropagation()"
385
384
  >
386
385
  <template
387
386
  v-if="searchable || $slots['dropdown::before']"
@@ -582,6 +581,7 @@
582
581
  v-if="dropdownEl?.dropdownCustomPosition === 'true'"
583
582
  label="Close"
584
583
  modifiers="secondary"
584
+ @click="dropdownEl.hide()"
585
585
  />
586
586
  </slot>
587
587
  </template>
@@ -403,7 +403,6 @@
403
403
  ref="floatingEl"
404
404
  :style="dropdownPlacement"
405
405
  :class="bemCssClasses"
406
- @click="hide()"
407
406
  >
408
407
  <div
409
408
  v-if="props.arrow"