diff --git a/packages/calcite-components/src/components/text-area/text-area.tsx b/packages/calcite-components/src/components/text-area/text-area.tsx index deeb4224247..e3708d630f6 100644 --- a/packages/calcite-components/src/components/text-area/text-area.tsx +++ b/packages/calcite-components/src/components/text-area/text-area.tsx @@ -205,7 +205,6 @@ export class TextArea /** * When `true`, the component's `value` can be read, but cannot be modified. * - * @readonly * @mdn [readOnly](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly) */ @property({ reflect: true }) readOnly = false;