here you find an example of a resizable MUI Textfield.
The problem is when i reach the Textfield bottom the Textfield border is moving upwards instead of displaying a scrollbar withhin the textfield. Its probably an css issue but i dont know how to fix this.
Any ideas. Thanks.
here you find an example of a resizable MUI Textfield.
The problem is when i reach the Textfield bottom the Textfield border is moving upwards instead of displaying a scrollbar withhin the textfield. Its probably an css issue but i dont know how to fix this.
Any ideas. Thanks.
Share Improve this question asked Mar 31 at 10:41 mn3mn3 1351 silver badge6 bronze badges 2 |1 Answer
Reset to default -1Thanks, i solved the issue by using the MUI Textarea Autosize instead of the Textfield itself. Thanks anyway
overflow: hidden
set via inline styling by the script logic, and those overwrite the values you tried to specify. – C3roe Commented Mar 31 at 10:52