-
Notifications
You must be signed in to change notification settings - Fork 596
Input.Text element with multi line isn't vertically scrollable #3693
Copy link
Copy link
Closed
Labels
Area-InconsistencyBugs around renderer inconsistencies across different platformsBugs around renderer inconsistencies across different platformsBugPartner-MsftTeamsIssues related to AC integration with Microsoft Teams partnerIssues related to AC integration with Microsoft Teams partnerPartner-MsftTeamsMobileBugs related specifically to Teams Mobile integration (iOS/Android)Bugs related specifically to Teams Mobile integration (iOS/Android)Platform-Android
Metadata
Metadata
Assignees
Labels
Area-InconsistencyBugs around renderer inconsistencies across different platformsBugs around renderer inconsistencies across different platformsBugPartner-MsftTeamsIssues related to AC integration with Microsoft Teams partnerIssues related to AC integration with Microsoft Teams partnerPartner-MsftTeamsMobileBugs related specifically to Teams Mobile integration (iOS/Android)Bugs related specifically to Teams Mobile integration (iOS/Android)Platform-Android
Platform
Author or host
Host
Version of SDK
1.2.5
Issue
An Input.Text element with
"isMultiline": trueisn't vertically scrollable. If the input has multiple lines, then there is no way to scroll up and view the previously typed text.However, the same element is scrollable on Desktop/Web and iOS.
Below is the sample Input.Text element JSON.
Also, attaching the relevant JSON.
multi-line-input-text.json.zip
cc: @VikrantSingh01 .