How can I limit the number of characters per line in a textArea using React?

前端 未结 0 1462
轮回少年
轮回少年 2021-01-18 06:05

I want to limit the number of characters in a textarea. I am using React.

Here is what I have tried so far: