Fix the problem that children of textinput would be cleared when setting the selection prop
Fix the problem that children of TextInput would be cleared when setting the selection prop.
Summary:
This PR fix the problem that children of TextInput would be cleared when setting the selection prop. Here is a related issue
Changelog:
[GENERAL] [FIXED] - Fix the problem that children of TextInput would be cleared when setting the selection prop.
Test Plan:
According to logic in ReactTextInputManager.java, we should pass a null from JS to Java if we don't want to set text of TextInput.
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This PR was closed because it has been stalled for 7 days with no activity.