added changes to expand textarea with text #1144
Open
+67
−9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
The text box shows only 2-3 lines of data. It should expand to show at least 10-12 lines. Now the textbox gets expanded to show at least 10-12 lines and than a scroll appears.
Description
Before-
Now-
Here is a demo video-
https://github.com/microsoft/sample-app-aoai-chatGPT/assets/150430068/69e56ff4-94a2-47fa-82fa-903588d368b4
Contribution Checklist