Add multiline (#3134)
This commit is contained in:
parent
9151fb77aa
commit
696aeb7010
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ const AttributeRow: React.FC<AttributeRowProps> = ({
|
||||||
>
|
>
|
||||||
<TextField
|
<TextField
|
||||||
fullWidth
|
fullWidth
|
||||||
|
multiline
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
error={!!error}
|
error={!!error}
|
||||||
helperText={getErrorMessage(error, intl)}
|
helperText={getErrorMessage(error, intl)}
|
||||||
|
|
Loading…
Reference in a new issue