fix if label has html

This commit is contained in:
Zhora Shalyapin 2025-04-01 14:59:51 +00:00
parent 4dc432c2f5
commit eb0236195d

View File

@ -189,7 +189,7 @@
children: [
Tag.make("label", {
_for: '',
textContent: altName ?? this.name ?? ""
innerHTML: altName ?? this.name ?? ""
}),
Tag.div({
innerHTML: this.content ?? "",