EditableTextBox is not cleared immediately when clearing it with blank in android. (Right after User's input)
It needs other input to refresh it. Current workaround is calling settext with blank again.
1) Create a EditableTextBox in UserWidget.
2) Add a Button and Make it to fire SetText with blank text into the EditableTextBox when pressed.
3) Run in a Android device. Fill in the EditableTextBox with dummy text, select OK
4) Press the button.
Expected: The EditableTextBox is cleared with blank
Result: The EditableTextBox is cleared when pressing it or pressing the button again.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-39424 in the post.
0 |
Component | UE - Platform - Mobile |
---|---|
Affects Versions | 4.14 |
Target Fix | 4.15 |
Fix Commit | 3233817 |
---|---|
Main Commit | 3238204 |
Created | Dec 7, 2016 |
---|---|
Resolved | Dec 14, 2016 |
Updated | Sep 16, 2019 |