nico
19 Mar 2022
React js
Hello all I look for a good component for displaying multi lines in React with automatic scroll to the bottom like a trailer.
We have a webapi which returns a multi lines string where each line is one result.
Thanks for your help
nico
19 Mar 2022
I use a classic textarea which is ugly, I need a modern component to display every line with the scroll going down with each new line added.
Ypu can use Material UI with text field component //mui.com/components/material-icons/
and you can add multi line attribute
it should looks like this
Good luck
© 2024 Copyrights reserved for web-brackets.com