Skip to content

Commit 9ce4e7e

Browse files
committed
chore(html): provide resizability for textarea vertical flow
1 parent a6ee155 commit 9ce4e7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/html/src/textarea/textarea.spec.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ export const Textarea = (
114114
<InputInnerTextarea
115115
className={classNames(
116116
"!k-overflow-auto",
117+
{
118+
["!k-flex-none"]: flow === "vertical"
119+
}
117120
)}
118121
value={value}
119122
placeholder={placeholder}

0 commit comments

Comments
 (0)