Skip to content
Snippets Groups Projects
Commit 14f9f986 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Merge branch 'master' of gitlab.tugraz.at:dbp/web-components/toolkit

parents 66f9900c abf196c6
No related branches found
No related tags found
No related merge requests found
Pipeline #13785 passed
...@@ -69,6 +69,7 @@ export class LocationSelect extends ScopedElementsMixin(LitElement) { ...@@ -69,6 +69,7 @@ export class LocationSelect extends ScopedElementsMixin(LitElement) {
clear() { clear() {
this.object = null; this.object = null;
$(this).attr("data-object", ""); $(this).attr("data-object", "");
$(this).attr("value", "");
$(this).data("object", null); $(this).data("object", null);
this.$select.val(null).trigger('change').trigger('select2:unselect'); this.$select.val(null).trigger('change').trigger('select2:unselect');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment