Skip to content

Commit

Permalink
fix(text-area): make readOnly prop writable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Jan 7, 2025
1 parent 2bd082f commit ffd5c51
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ffd5c51

Please sign in to comment.