Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 650 Bytes

File metadata and controls

31 lines (19 loc) · 650 Bytes

react-native-textinput-maxlength-fixed

fix TextInput's maxLength bug when using a non-English input method.

修复拼音输入法下 TextInput maxLength 不能输入的 bug。

Installation

npm install react-native-textinput-maxlength-fixed
npx pod-install

Usage

    Just install it, no extra work is needed.
    安装好就行,不需要额外的工作。

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library