feat(#2136): add textarea example for long question#363
Merged
Conversation
✅ Deploy Preview for abgov-ui-component-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
twjeffery
requested changes
May 8, 2025
93ba8b5 to
c464777
Compare
Collaborator
Author
c464777 to
f14c179
Compare
Collaborator
Author
twjeffery
approved these changes
May 9, 2025
Collaborator
There was a problem hiding this comment.
Looks great now, thanks for making those changes.
One more consideration:
When filling in the text area it's not a lot of working area to show 500 words, it has to scroll fairly quickly and the input stays the same height, limiting the view. It would be nice to add a grab bar on the edge of the text area to drag it taller, or even have it auto size, like this issue: GovAlta/ui-components#1568.
In the meantime for this example, maybe we should start it as 5 or 6 lines tall just so it has a bit more room?
f14c179 to
e36d1ac
Compare
Collaborator
Author
|
@twjeffery Thanks! I've increased the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.




This PR adds a
textareaexample for asking a question with a long response.