jquery-ui-multiselect-widget icon indicating copy to clipboard operation
jquery-ui-multiselect-widget copied to clipboard

select one element, without fire click-event

Open joergenv opened this issue 5 years ago • 1 comments

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)

joergenv avatar Mar 22 '20 20:03 joergenv

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

mlh758 avatar Mar 25 '20 18:03 mlh758