Limit text field rows
This commit is contained in:
@@ -576,6 +576,7 @@ const Caption: React.FC<CaptionProps> = ({
|
||||
name="caption"
|
||||
type="text"
|
||||
multiline
|
||||
maxRows={7}
|
||||
aria-label={t("description")}
|
||||
hiddenLabel
|
||||
fullWidth
|
||||
|
||||
Reference in New Issue
Block a user