We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f091c commit ece6317Copy full SHA for ece6317
packages/custom-field/src/vaadin-lit-custom-field.js
@@ -38,7 +38,7 @@ class CustomField extends CustomFieldMixin(ThemableMixin(ElementMixin(PolylitMix
38
<span part="required-indicator" aria-hidden="true"></span>
39
</div>
40
41
- <div class="inputs-wrapper" @change="${this._onInputChange}">
+ <div class="inputs-wrapper" part="input-fields" @change="${this._onInputChange}">
42
<slot id="slot"></slot>
43
44
0 commit comments