mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-12 22:47:30 +08:00
Fix input wrappin for multiple inputs
This commit is contained in:
@@ -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}"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user