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

select one element, without fire click-event #863

Open
joergenv opened this issue Mar 22, 2020 · 1 comment
Open

select one element, without fire click-event #863

joergenv opened this issue Mar 22, 2020 · 1 comment

Comments

@joergenv
Copy link

joergenv commented Mar 22, 2020

What is the current behavior?

I have made a custom select all-function - implemented as the first select-option on the list. When I select one of the other select-options, I want to deselect the first "select-all" select-option.
I cant find any function in the documentation implements that feature:

What is the expected behavior?

.multiselect("select","value",false)

@mlh758
Copy link
Collaborator

mlh758 commented Mar 25, 2020

Seems like you would need to implement some custom logic around the click event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants