Skip to content

Commit

Permalink
- fix render function issue;
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoFerreira-FrontEnd committed Jan 24, 2025
1 parent 86c5181 commit 884acd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/textarea/textarea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ export class Textarea implements ComponentInterface {
}

render() {
const { inputId, disabled, fill, size, labelPlacement, el, hasFocus } = this;
const { inputId, disabled, size, labelPlacement, el, hasFocus } = this;
const fill = this.getFill();
const theme = getIonTheme(this);
const shape = this.getShape();
Expand Down

0 comments on commit 884acd6

Please sign in to comment.