umi icon indicating copy to clipboard operation
umi copied to clipboard

Cannot change input value from code

Open bakwc opened this issue 4 years ago • 1 comments

Code:

INPUT_FIELD.text = "SomeText";

For mobile input it's not working. On PC everything works, on Android - empty fields

bakwc avatar Dec 04 '21 16:12 bakwc

You should do it with MobileInputField class

mopsicus avatar Dec 06 '21 06:12 mopsicus