不能在不关闭键盘的情况下点击按钮

时间:2017-01-30 09:23:09

标签: javascript react-native buttonclick

我正在使用react native 0.4

我有一个modal带有TextInput,如果我想点击我需要点击两次的模态上的其中一个按钮 - 首先点击关闭键盘然后我才能点击按钮。
我希望能够点击模态上的按钮而不关闭keyborad。

enter image description here

1 个答案:

答案 0 :(得分:1)

i had the same problem on my flatlist, but i found keyboardShouldPersistTaps = true fixed it, maybe modal uses a list behind the scenes and you can just add keyboardShouldPersistTaps?