Skip to content
Snippets Groups Projects
Verified Commit 20e16992 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: deselect all

parent 88978235
No related branches found
No related tags found
1 merge request!35fix form_elements dropdow menu (deselect all)
Pipeline #8639 passed with warnings
......@@ -599,9 +599,7 @@ var form_elements = new function () {
actions_box
.find(".bs-deselect-all")
.click((e) => {
select.val(null)
.selectpicker("render")
.parent().toggleClass("open", false);
select.selectpicker('deselectAll');
select[0].dispatchEvent(form_elements.field_changed_event);
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment