Fix input wrappin for multiple inputs

This commit is contained in:
barsdeveloper
2023-04-24 20:33:58 +02:00
parent ccba817160
commit dd25a75c02
15 changed files with 75 additions and 29 deletions

View File

@@ -56,7 +56,7 @@ export default class EnumPinTemplate extends IInputPinTemplate {
const entity = this.element.nodeElement.entity
return html`
<ueb-dropdown
class="ueb-pin-input"
class="ueb-pin-input-wrapper ueb-pin-input"
.options="${this.#dropdownEntries}"
.selected="${this.element.defaultValue.value}"
>