Fix: initialize multiselect on connect

This commit is contained in:
Jorge Manrubia
2025-09-18 19:33:08 +02:00
parent ced51c2cac
commit fcbc0dcd59
2 changed files with 4 additions and 6 deletions
@@ -14,6 +14,7 @@ export default class extends Controller {
connect() {
this.labelTarget.textContent = this.#selectedLabel
this.#updateHiddenFields()
}
change(event) {