Skip to content

Commit c5ec065

Browse files
FredLL-AvaigaFred Lefévère-Laoide
and
Fred Lefévère-Laoide
authored
make lines_shown more directive (#2548)
resolves #2546 Co-authored-by: Fred Lefévère-Laoide <[email protected]>
1 parent 707f050 commit c5ec065

File tree

1 file changed

+1
-0
lines changed
  • frontend/taipy-gui/src/components/Taipy

1 file changed

+1
-0
lines changed

frontend/taipy-gui/src/components/Taipy/Input.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ const Input = (props: TaipyInputProps) => {
375375
onKeyDown={handleAction}
376376
multiline={multiline}
377377
minRows={linesShown}
378+
maxRows={linesShown}
378379
size={size}
379380
/>
380381
{props.children}

0 commit comments

Comments
 (0)