Vue-select: the components can't focus and the ropdown can't close when clicking 'Sorry, no matching options'

Created on 17 Sep 2018  路  7Comments  路  Source: sagalbot/vue-select

Is there any solution?

bandicam 2018-09-17 16-48-42-908

bug

All 7 comments

This is actually reproducible on one of the examples - Vue Select - Ajax

Proposed PR: https://github.com/sagalbot/vue-select/pull/664

Meanwhile, if someone is having this issue in production - wrap the content of the slot with a div and prevent the click there.

<template slot="no-options">
        <div @mousedown.stop="">
          Begin typing to search (at least 3 letters)
        </div>
      </template>

this happens not only with 'no-options'. If you click on scrollbar, dropdown will stuck too.

@Pyro979 still doesn't work

Fixed by #703

@sagalbot 馃憤 Do you know when this is going to make it into a release?

@Pyro979 hoping to push out 3.0 by the end of the week. It's a major bump, but the breaking changes should be pretty minimal. So far the only breaking change will be that CSS is separate from the JS build.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pud1m picture pud1m  路  3Comments

theseawolves picture theseawolves  路  4Comments

edalzell picture edalzell  路  3Comments

mattWalters0 picture mattWalters0  路  3Comments

fabianmieller picture fabianmieller  路  3Comments