Skip to content

Commit ece6317

Browse files
authored
fix: add missing inputs-wrapper part to Lit based custom-field (#8331)
1 parent 48f091c commit ece6317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/custom-field/src/vaadin-lit-custom-field.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class CustomField extends CustomFieldMixin(ThemableMixin(ElementMixin(PolylitMix
3838
<span part="required-indicator" aria-hidden="true"></span>
3939
</div>
4040
41-
<div class="inputs-wrapper" @change="${this._onInputChange}">
41+
<div class="inputs-wrapper" part="input-fields" @change="${this._onInputChange}">
4242
<slot id="slot"></slot>
4343
</div>
4444

0 commit comments

Comments
 (0)