Skip to content

Commit

Permalink
feat(textarea): add default message bundle (#5870)
Browse files Browse the repository at this point in the history
**Related Issue:** #863 

## Summary

This PR will add default message bundle for `calcite-textarea`
component.
  • Loading branch information
anveshmekala committed Dec 5, 2022
1 parent 8d63f00 commit c7a8495
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/textarea/assets/textarea/t9n/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"invalid": "Invalid",
"overLimit": "Character limit exceeded"
}
1 change: 1 addition & 0 deletions t9nmanifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ src\components\popover\assets\popover\t9n
src\components\rating\assets\rating\t9n
src\components\scrim\assets\scrim\t9n
src\components\shell-panel\assets\shell-panel\t9n
src\components\textarea\assets\textarea\t9n
src\components\time-picker\assets\time-picker\t9n
src\components\tip-manager\assets\tip-manager\t9n
src\components\tip\assets\tip\t9n
Expand Down

0 comments on commit c7a8495

Please sign in to comment.