Dimitris Soldatos

Results 2 comments of Dimitris Soldatos

Have thte same problem ``` setNewComment(e.target.value)} > ``` Only width works. The height value is replaced with "height: xxx px !important"

Just find another way to do it without using react default textarea element ```tsx export const Component = () => { // ................. const [textareaHeight, setTextareaHeight] = useState("auto"); const textareaRef...