Skip to content

Input.Text element with multi line isn't vertically scrollable #3693

@Gunashree-R-V

Description

@Gunashree-R-V

Platform

  • Android

Author or host

Host

Version of SDK

1.2.5

Issue

An Input.Text element with "isMultiline": true isn'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.

{
"id": "MultiLineVal",
"placeholder": "Comments",
"type": "Input.Text",
"isMultiline": true
}

Also, attaching the relevant JSON.
multi-line-input-text.json.zip

cc: @VikrantSingh01 .

Metadata

Metadata

Assignees

Labels

Area-InconsistencyBugs around renderer inconsistencies across different platformsBugPartner-MsftTeamsIssues related to AC integration with Microsoft Teams partnerPartner-MsftTeamsMobileBugs related specifically to Teams Mobile integration (iOS/Android)Platform-Android

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions