You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The definition of the "String" type and the UI implemented for it strongly implies it should only be a single line of text, as the "Text" type exists for multi-line text. However, "String" accepts multi-line text input but does not accommodate it visually.
Component
SDC Library
To Reproduce
Steps to reproduce the behavior:
Open any Questionnaire with a "String" item
Type stuff and press "enter", then type more stuff
Describe the bug
The definition of the "String" type and the UI implemented for it strongly implies it should only be a single line of text, as the "Text" type exists for multi-line text. However, "String" accepts multi-line text input but does not accommodate it visually.
Component
SDC Library
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Prevent entry of multi-line text, e.g. using
android:inputType="text"
(see https://stackoverflow.com/questions/31965330/disable-enter-in-edittext-android), or have the text box expand to accommodate itScreenshots
mutitext.mp4
Smartphone (please complete the following information):
Would you like to work on the issue?
I think I can do this if it's just editing variables in the layout file
The text was updated successfully, but these errors were encountered: