How do I get the value in TextInput when onBlur is called?

后端 未结 4 2043
生来不讨喜
生来不讨喜 2020-12-29 05:48

In React native, I want to pass the value of the TextInput in the onBlur event handler.

onBlur={(e) => this.validateText(e.target.value)}
<
4条回答
提交回复
热议问题