react-native-textinput-maxlength-fixed
Version:
fix TextInput's maxLength bug when using a non-English input method.
32 lines (19 loc) • 650 B
Markdown
# react-native-textinput-maxlength-fixed
fix TextInput's maxLength bug when using a non-English input method.
修复拼音输入法下 TextInput maxLength 不能输入的 bug。
## Installation
```sh
npm install react-native-textinput-maxlength-fixed
npx pod-install
```
## Usage
```js
Just install it, no extra work is needed.
安装好就行,不需要额外的工作。
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)