Skip to content

Commit

Permalink
fix: add missing inputs-wrapper part to Lit based custom-field (#8331)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Dec 12, 2024
1 parent 48f091c commit ece6317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/custom-field/src/vaadin-lit-custom-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class CustomField extends CustomFieldMixin(ThemableMixin(ElementMixin(PolylitMix
<span part="required-indicator" aria-hidden="true"></span>
</div>
<div class="inputs-wrapper" @change="${this._onInputChange}">
<div class="inputs-wrapper" part="input-fields" @change="${this._onInputChange}">
<slot id="slot"></slot>
</div>
Expand Down

0 comments on commit ece6317

Please sign in to comment.