Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextArea on Playbook Generation page should expand automatically #1257

Merged
merged 3 commits into from
Apr 22, 2024

Conversation

TamiTakamiya
Copy link
Collaborator

A few changes made on Playbook Generation UI:

  1. Previously, both vertical and horizontal resizing were permitted for the text area. Now it can only be resized in a vertical direction.
  2. As more rows of input text are added to the text area, it will expand accordingly. However, it does not shrink automatically. Unfortunately, I was unable to find an effective way to implement this...
  3. The number of rows of the text area on the second page, which displays the result of the summary request is expanded 15 to 25 as I though 15 would not be enough. If we can change the number of rows dynamically based on the result of API, it would be preferable. I have yet to discover a reliable method for implementing such functionality.

@TamiTakamiya TamiTakamiya merged commit 43e080d into main Apr 22, 2024
13 checks passed
@TamiTakamiya TamiTakamiya deleted the TamiTakamiya/playbook-generation-textarea branch April 22, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants