npx ui-thing@latest add textarea
Restrict the number of characters that can be entered into the textarea.
No more than 5 letters
Restrict the type of characters that can be entered into the textarea.
You don't need to use /
at the beginning and end of the pattern as the RegExp is being created internally with the new RegExp()
constructor.
Only lower case letters