Closed wingyen closed 5 years ago
Hello @wingyen,
Thank you for using our products, if you want to have a resized textarea for your project, please erase the property textarea {height: auto!important; }
from our code if it breaks your design. Hope that information helps you. Please let us know if we can help you with anything else.
Best, Stefan
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
I need to resize the input area when I input text in my chat app, when the message is sent it should be resized to normal size.
Current Behavior
I found this in your library:textarea {height: auto!important; } that override my function and disable resizing.