Skip to content

Commit

Permalink
docs(text-area): update limitText description (#11672)
Browse files Browse the repository at this point in the history
**Related Issue:** n/a

## Summary


![image](https://github.com/user-attachments/assets/e6142315-8cc1-4923-89e0-122be3502c90)

Updates the Text Area's `limitText` prop description, currently
rendering a native `text-area` on the documentation site.
  • Loading branch information
geospatialem authored Mar 5, 2025
1 parent 046f410 commit e550e45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class TextArea
@property() label: string;

/**
* When `true`, prevents input beyond the maximum length, mimicking native `<textarea>` behavior.
* When `true`, prevents input beyond the `maxLength` value, mimicking native text area behavior.
*/
@property({ reflect: true }) limitText = false;

Expand Down

0 comments on commit e550e45

Please sign in to comment.