kopia lustrzana https://github.com/shoelace-style/shoelace
Fixes #109 - ensure sl-form finds all nested controls
rodzic
aaf0f9f69e
commit
5709d993ef
|
@ -184,6 +184,7 @@ export class Form {
|
|||
const tags = this.formControls.map(control => control.tag);
|
||||
return slot
|
||||
.assignedElements({ flatten: true })
|
||||
.reduce((all, el) => all.concat(el, [...el.querySelectorAll('*')]), [])
|
||||
.filter(el => tags.includes(el.tagName.toLowerCase())) as HTMLElement[];
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue