Closed niranjan-borawake closed 9 years ago
Thanks, looks great!
Hi @mgh ,
I could see the same issue on native environment as well i.e. in EditText.js here.
The removeFocus
method on line no. 150 doesn't seem to be getting invoked.
Could you please confirm if this is an issue and give me some pointers as to how this can be fixed so that I could send out another Pull Request for native.
Issue:
TextEditView
shows the entered text only when it has focus. Fix:_focused.closeEditField()
needs to be calledonBlur
to make the text visible.setFontColor
wasn't setting the correct passed in argument.