Meituan-Dianping / beeshell

React Native 组件库
MIT License
1.8k stars 280 forks source link

Modal里面无法使用TextInput输入中文 #48

Closed Wuge11 closed 5 years ago

Wuge11 commented 5 years ago

在使用TextInput的时候不能输入中文

wxlworkhard commented 5 years ago

能输入英文、数字,不能输入中文?

Wuge11 commented 5 years ago

是的,像是自动按了回车一样

weirDozzz commented 5 years ago

这是TextInput组件本身的缺陷,参考https://reactnative.cn/docs/textinput/#value

Wuge11 commented 5 years ago

这是TextInput组件本身的缺陷,参考https://reactnative.cn/docs/textinput/#value

好像不是这个问题,我换成自带 RN 的 Modal 就不会,可能是 Modal 的 cancelable,然后输入的时候每打一个字就触发一次导致回车了

wxlworkhard commented 5 years ago

Modal 的底层依赖 Topview 组件的问题,已经修复,请升级 beeshell@2.0.11

Wuge11 commented 5 years ago

Modal 的底层依赖 Topview 组件的问题,已经修复,请升级 beeshell@2.0.11

好的谢谢!