We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f4763 commit 556d80eCopy full SHA for 556d80e
src/js/dropdown/dropdown.js
@@ -5,7 +5,6 @@ class JoomlaDropdownElement extends HTMLElement {
5
}
6
7
get for() { return this.getAttribute('for'); }
8
-
9
set for(value) { this.setAttribute('for', value); }
10
11
connectedCallback() {
0 commit comments