pankod / react-native-picker-modal-view

An unified React Native Picker Modal component for iOS and Android.
204 stars 55 forks source link

Can't remove auto correct into search input #70

Open mgiorgi-github opened 3 years ago

mgiorgi-github commented 3 years ago

Hi, on iPad when i put some text into search textinput i see the suggestion near the keyboard, when i've finisced to write the right string and select the item filtered int list the input text change with the text suggested and the result of search (items filtered) disappear because the new value of text is different with it... I've put autoCorrect={false} into PickerModal component but the problem remain... how can complete disable the suggestion and correction? Thanks

okdigitale commented 3 years ago

Same issue for me, please fix!

mgiorgi-github commented 2 years ago

Hi, can update module with autoCorrect param for TextInput into Search component?