-1

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.

2
  • A proper minimal reproducible example of your issue belongs directly into your question, please do not just send us to external platforms. If you have trouble formatting your code, check stackoverflow.com/help/formatting Commented Mar 31 at 10:44
  • The textarea gets a height and overflow: hidden set via inline styling by the script logic, and those overwrite the values you tried to specify. Commented Mar 31 at 10:52

1 Answer 1

-1

Thanks, i solved the issue by using the MUI Textarea Autosize instead of the Textfield itself. Thanks anyway

Sign up to request clarification or add additional context in comments.

1 Comment

then put the solution you came with, not this and better if you put a code too

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.