Skip to content

Commit

Permalink
feat(TextArea): add minRows to 3 in default props
Browse files Browse the repository at this point in the history
Ticket: task/MainLibrary-90
Reviewed-by: @MIGUELez11
Refs: #147
  • Loading branch information
fermarinsanchez authored Apr 26, 2024
1 parent bb49cee commit 7144521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/form/Textarea/Textarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const TEXTAREA_COUNTERS = ['char', 'word'];

export const TEXTAREA_DEFAULT_PROPS = {
...TEXT_INPUT_DEFAULT_PROPS,
minRows: 2,
minRows: 3,
size: TEXTAREA_SIZES[1],
autosize: true,
showCounter: false,
Expand Down

0 comments on commit 7144521

Please sign in to comment.