-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Multiline text fields for long tag values #5444
Comments
I'd like to work on this! |
@thefifthisa Go for it! I tried working on this and it appeared to be somewhat more difficult than it looks, but maybe you can find a better solution! |
@quincylvania Oh okay! Can I ask what approach you tried? The comment mentioned that checking how long individual tag values are could get tedious, so I was thinking of having a set number of lines which the text can wrap onto before truncating with an ellipsis. What do you think? |
That should be fine! The complicated part is that the existing implementation uses |
We may not need this anymore since we have the text raw tag editor in #6302. |
Good point, we can close it.. |
Spun off of #3447 (comment).
Currently, value text fields in the the raw tag editor are never taller than one line even if the text is very long. While #5443 will alleviate this issue by allowing the user to resize the sidebar and see more text, it would still be useful to allow the text to wrap onto multiple lines if needed.
The text was updated successfully, but these errors were encountered: