Set min rows on text areas

This commit is contained in:
Bill Thornton
2024-11-21 14:07:08 -05:00
parent edacbb6c32
commit fbaab4e3c8

View File

@@ -133,6 +133,7 @@ export const Component = () => {
<TextField
fullWidth
multiline
minRows={5}
maxRows={5}
InputProps={{
className: 'textarea-mono'
@@ -147,6 +148,7 @@ export const Component = () => {
<TextField
fullWidth
multiline
minRows={5}
maxRows={20}
InputProps={{
className: 'textarea-mono'