Skip to content

Commit

Permalink
fix(textarea): missing part attribute (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
SisIvanova authored Oct 16, 2023
1 parent b0a98be commit 1d18e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/textarea/textarea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ export default class IgcTextareaComponent extends FormAssociatedRequiredMixin(
return html`${this.renderValueSlot()}
<textarea
id=${this.id || this.inputId}
part="input"
style=${styleMap(this.resizeStyles)}
@input=${this.handleInput}
@change=${this.handleChange}
Expand Down

0 comments on commit 1d18e3a

Please sign in to comment.