Solution (#34526): Fix truncated label in microsuvery alert#34701
Open
TFGSUMIT wants to merge 1 commit into
Open
Solution (#34526): Fix truncated label in microsuvery alert#34701TFGSUMIT wants to merge 1 commit into
TFGSUMIT wants to merge 1 commit into
Conversation
Contributor
|
Hey @TFGSUMIT, thanks for your contribution. Would you mind aligning your PR with the Pull Request Naming Guide as well as utilizing the PR template? |
Contributor
|
Just a heads up, another contributor opened #34652 which resolves the same issue. Will keep this open in case that one doesn't merge. |
janbrasna
reviewed
Jul 22, 2026
janbrasna
left a comment
Contributor
There was a problem hiding this comment.
I'm not sure this PR is even submitted in a working shape:
Contributor
There was a problem hiding this comment.
I'm pretty sure there's nothing that would work under this path.
Contributor
There was a problem hiding this comment.
Heh, would ya look at that, I didn't even review the diff 😂
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 fixes the truncated label issue in the microsurvey alert by implementing a text wrapping mechanism. The changes include:
wrapTextfunction to split input text into multiple lines based on a maximum character count.multiLineTextViewfunction to use the wrapped text.microsurveyAlertfunction to use themultiLineTextViewfunction to display the wrapped text.To test this PR, simply run the app and verify that the microsurvey alert text is properly wrapped and fits within the available space.