Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.9.0](v3.8.0...v3.9.0) (2021-12-20) ### Bug Fixes * **TextArea:** typo and counter rendering "524288" ([94992b6](94992b6)) * **TextField:** *Required was hidden until focused ([d320bca](d320bca)) * **TextField:** allow value to be > maxlengh ([c09def6](c09def6)) ### Features * **components:** add MoneyInput and story ([021d291](021d291)) * **MoneyInput:** add counter & icon on maxlength ([d22bda8](d22bda8)) * **MoneyInput:** add maxlength warning, fix width ([6ce6458](6ce6458)) * **MoneyInput:** add step, maxValue, minValue and helper text ([db5de95](db5de95)) * **TextArea:** allow value > maxlength & add warning ([6151b60](6151b60)) * **TextArea:** make outline red on maxlength ([70d3920](70d3920)) * **TextField:** add character counter ([eba6321](eba6321)) * **TextField:** Add icon prop ([568f659](568f659)) * **TextField:** add maxlength warning, fix width ([67b145a](67b145a)) * **TextField:** make outline red on maxlength ([44b52dc](44b52dc)) * **textinput:** use error color on counter and label for maxlength ([364ddba](364ddba)) * **utils:** add min, max, height and width utils ([5d737f3](5d737f3)) * **utils:** change margin and padding up to 50px ([fa3aa85](fa3aa85))
- Loading branch information