wxik / react-native-rich-editor

Lightweight React Native (JavaScript, H5) rich text editor
https://wxik.github.io/react-native-rich-editor/web
MIT License
777 stars 303 forks source link

React Native Pell Rich Editor & iOS QuickType (predictive text) #343

Open IanLukeFinley opened 7 months ago

IanLukeFinley commented 7 months ago

Does the React Native Pell Rich Editor support the QuickType (predictive text) bar on iOS? I am using the library in the component below. Works great, except the QuickType bar is missing from the keyboard.

Because the rich editor is using a WebView component, as opposed to any TextInput, is this just a cost of using the Pell Rich Editor library, or is there a prop I haven't found in my reading that will enable the quick type bar?

`

{text ? maxLength - text?.length : maxLength} characters remaining ` ![image](https://github.com/wxik/react-native-rich-editor/assets/107075390/d2eeb6f6-8f3c-4860-9f75-b283b6e3e7bb)
shmkane commented 6 months ago

also interested in this.

danlupascu commented 5 months ago

is autoCorrect={true} what you're looking for?

Bob-JZhao commented 1 month ago

is autoCorrect={true} what you're looking for?

yea, this is what I wanted, but seems no autoCorrect under RichEditor. Could be somewhere else?