Commits
Leon Scroggins authored be3feda46ea
Do not show soft keyboard for readonly textfields. Part of a fix for http://b/issue?id=2159869. The request to show the soft input has been moved to nativeTextInputMotionUp, where it can check if the input field is readOnly. This way it is also handled by shortPressOnTextField, for when a user shortpresses on the field.