vue-advanced-chat
vue-advanced-chat copied to clipboard
When the room-message field is too long and needs to be wrapped, the textarea will not automatically expand the height
Describe the bug
When the room-message field set by the current room is too long and needs to be wrapped, the textarea will not automatically adjust the height, and it will be opened after manual input,or i want to know how to trigger the function onChangeInput of RoomFooter in my page
Steps to reproduce
Describe us how we could reproduce the bug you're trying to report You can also use https://github.com/antoine92190/vue-advanced-chat-sandbox and share the source code to reproduce the bug.
Example:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen when you encounter the bug.
Screenshots

Device (please complete the following information)
Chrome 110.0.5481.178
Additional context
Add any other context about the problem here.
Indeed, you can either send a PR or wait until I fix it