Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Optionsto prevent close when selecting values #1424

Closed
service-paradis opened this issue May 21, 2019 · 4 comments
Closed

Comments

@service-paradis
Copy link
Collaborator

Overview of the problem

Buefy version: 0.7.6
Vuejs version: 2.6.10

Description

I'm using Buefy Dropdown to select multiple values. I would love to have an option that prevent the dropdown from closing when selecting multiple values. Right now, it requires multiple click if we want to select multiple values.

Steps to reproduce

  1. Click the dropdown trigger
  2. Select a value (the dropdown close)
  3. Click again the dropdown trigger
    4 . ...

Expected behavior

The dropdown stays open after we select (or unselect) an item. It could be an additional property.

Actual behavior

The dropdown is closed once we select a value.

@jtommy
Copy link
Member

jtommy commented May 21, 2019

You're right, I thought it after new release.
I'll add a new prop to manage it

@jtommy jtommy self-assigned this May 21, 2019
@yxngl
Copy link
Contributor

yxngl commented May 21, 2019

Related to #1137. I think it could also apply to hoverable dropdown.

@jtommy
Copy link
Member

jtommy commented May 22, 2019

@yxngl @service-paradis I'm thinking to add this behaviour as default when multiple without adding a new prop

@service-paradis
Copy link
Collaborator Author

@jtommy You are right, I think it is the (most often) desired behavior when using multiple.

@jtommy jtommy closed this as completed in bb0d19c May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants