diff --git a/src/components/Input.tsx b/src/components/Input.tsx index d3c6b9ca..dcdd0f20 100644 --- a/src/components/Input.tsx +++ b/src/components/Input.tsx @@ -110,7 +110,8 @@ const Input: React.FC = ({ styles.base, { borderColor: theme.border, - flexDirection: multiline ? 'column' : 'row' + flexDirection: multiline ? 'column' : 'row', + alignItems: 'stretch' } ]} > @@ -153,7 +154,7 @@ const Input: React.FC = ({ {title} ) : null} - + {options?.maxLength && value?.length ? ( {value?.length} / {options.maxLength}