Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [121.0.0](v120.6.1...v121.0.0) (2023-10-06) ### ⚠ BREAKING CHANGES * **textarea, textbox:** The `enforceCharacterLimit` prop has been completely removed and is no longer supported. We recommend providing adequate feedback to users when they have exceeded the set `characterLimit` instead * **locale:** As the `hintString` translation key is public facing, its removal will mean a type / compile error may be thrown in consumers TypeScript projects ### Bug Fixes * **locale:** remove `hintString` translation key ([b0042c4](b0042c4)) * **textarea, textbox:** improve character count accessibility and align with design system ([0e59173](0e59173)) * **textarea, textbox:** remove `enforceCharacterLimit` from textbox based inputs and textarea ([55d5dbf](55d5dbf))
- Loading branch information