Skip to content

Commit

Permalink
feat: auto resize text areas by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Jul 30, 2024
1 parent 529d63c commit ba4efc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/entries/TextArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function TextArea(props) {
monospace,
onFocus,
onBlur,
autoResize,
autoResize = true,
placeholder,
rows = autoResize ? 1 : 2,
tooltip
Expand Down

0 comments on commit ba4efc9

Please sign in to comment.