callstack / callstack/react-native-paper
TextInput - Vietnamese word being duplicated
- Dominant language
- TypeScript
- Stars
- 14.5k
- Forks
- 2.2k
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 12
Description
### Current behaviour
- When I type Vietnamese word, it being duplicated after I press space. Example: hí -> híhí
### Expected behaviour
- Not duplicate the word
### How to reproduce?
``
### Preview

### What have you tried so far?
- Change some "keyboardType" and "textContentType". Try to get the log of "onChangeText" but it normal. Only happen when press space
### Your Environment
| software | version
| --------------------- | -------
| android | 14
| react-native | 0.76.9
| react-native-paper | 5.13.1
| node | v20.10.0
| npm or yarn | yarn
| expo sdk | 52.0.46
Contributor guide
Research direction
Start by reproducing the issue with the shown multiline TextInput on Android 14 using the reported React Native and react-native-paper versions, then trace the TextInput component's Android text and IME handling. Confirm whether the duplication occurs through the component or the native input path. Done means entering a Vietnamese word and pressing space leaves it unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- frontend, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100