creativetimofficial / material-kit

Free and Open Source UI Kit for Bootstrap 5, React, Vue.js, React Native and Sketch based on Google's Material Design
https://www.creative-tim.com/product/material-kit?ref=mk-creativetimofficial-github
MIT License
5.91k stars 1.37k forks source link

<textarea> causing problems when I do resizing. #135

Closed wingyen closed 5 years ago

wingyen commented 6 years ago

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.

groovemen commented 6 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