Skip to content

Commit 884acd6

Browse files
- fix render function issue;
1 parent 86c5181 commit 884acd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/textarea/textarea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ export class Textarea implements ComponentInterface {
677677
}
678678

679679
render() {
680-
const { inputId, disabled, fill, size, labelPlacement, el, hasFocus } = this;
680+
const { inputId, disabled, size, labelPlacement, el, hasFocus } = this;
681681
const fill = this.getFill();
682682
const theme = getIonTheme(this);
683683
const shape = this.getShape();

0 commit comments

Comments
 (0)