Platform
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 .
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 .