Limit text field rows

This commit is contained in:
Manav Rathi
2025-03-03 15:30:35 +05:30
parent 0e32e60dbd
commit ca24541ea5

View File

@@ -576,6 +576,7 @@ const Caption: React.FC<CaptionProps> = ({
name="caption"
type="text"
multiline
maxRows={7}
aria-label={t("description")}
hiddenLabel
fullWidth