diff --git a/snippets/LimitedTextarea.md b/snippets/LimitedTextarea.md index 3fb7111a2..937746e81 100644 --- a/snippets/LimitedTextarea.md +++ b/snippets/LimitedTextarea.md @@ -2,34 +2,29 @@ Renders a textarea component with a character limit. -Use the `value` and `limit` props to pass in the initial `content` and the `limit` values for the LimitedTextArea component. -Create a method, `handleChange`, which trims the `event.target.value` data if necessary and updates `content` with the new entered content. -In the`render()` method, use a`
` to wrap both the`