We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072c387 commit f20bf8fCopy full SHA for f20bf8f
src/panel_material_ui/widgets/TextArea.jsx
@@ -62,7 +62,7 @@ export function render({model, el}) {
62
},
63
"& .MuiInputBase-inputMultiline": {
64
resize: effectiveResize,
65
- height: (resizeMode === "vertical" || resizeMode === "both") ? "unset" : "100% !important",
+ height: (resizeMode === "vertical" || resizeMode === "both" || autogrow) ? "unset" : "100% !important",
66
overflow: "auto"
67
}
68
0 commit comments