diff --git a/core/src/components/textarea/textarea.tsx b/core/src/components/textarea/textarea.tsx index 97550d8f81..95f37bd172 100644 --- a/core/src/components/textarea/textarea.tsx +++ b/core/src/components/textarea/textarea.tsx @@ -19,7 +19,7 @@ import { createColorClasses } from '../../utils/theme'; export class Textarea implements ComponentInterface { private nativeInput?: HTMLTextAreaElement; - private inputId = `ion-input-${textareaIds++}`; + private inputId = `ion-textarea-${textareaIds++}`; private didBlurAfterEdit = false; private textareaWrapper?: HTMLElement;