Releases: UnPourTous/react-native-custom-keyboard
Releases · UnPourTous/react-native-custom-keyboard
v1.2.4
Breaking Changes
Fixed
- 修复多个输入框输入错乱的问题 (b0112ad by @erichua23 )
- fixbug: install not catch IllegalViewOperationException (04ee1ef by @ eagleliu)
- fixbug:兼容讯飞输入法动态皮肤导致自定义键盘无法弹出 (aedd25a by @ eagleliu)
- fixbug: 修改maxLength属性时,textInput不更新 (6c1ae30 @ eagleliu)
- Fix: system keyboard will flash before custom keyboard displays on Android (010c6a8 by @AKB48 )
Full Changelog: v1.1.0...v1.2.4
v1.1.0
1.0.13
1.0.12: Merge pull request #2 from millerwm/master
fix: Android平台,无法给JS层发送当前EditText的onFocus,onBlur事件