Skip to content

Setting options closeOnSelect and selectOnBlur to false not working #379

@2sh

Description

@2sh

Vue3-Select-Component version

0.14.0

Link to minimal reproduction

https://stackblitz.com/edit/vitejs-vite-uo4fiwvk?file=src%2FApp.vue

Steps to reproduce

Select an item on the component titled closeOnSelect, where the close-on-select is set to false.
Select an item on the component titled selectOnBlur, where the select-on-blur is set to false.

What is expected?

The component titled closeOnSelect should stay open.
The component titled selectOnBlur should have an item selected.

What is actually happening?

The component titled closeOnSelect does not stay open.
The component titled selectOnBlur does not let you select anything on the list at all anymore.

Any additional comments?

I've downgraded to 0.13.0, the options work as expected there.

Also, the Playground link on your main page links to an instance with broken CSS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions