1
0
mirror of https://github.com/tooot-app/app synced 2025-01-21 21:35:34 +01:00
Zhiyuan Zheng 2021-10-24 21:23:07 +02:00
parent 50151f75f6
commit 40a5c36bb0

View File

@ -170,7 +170,6 @@ const ComponentInstance: React.FC<Props> = ({
]}
onChangeText={onChangeText}
autoCapitalize='none'
autoCorrect={false}
clearButtonMode='never'
keyboardType='url'
textContentType='URL'
@ -183,6 +182,8 @@ const ComponentInstance: React.FC<Props> = ({
onFocus: () =>
setTimeout(() => scrollViewRef.current?.scrollToEnd(), 150)
})}
autoCorrect={false}
spellCheck={false}
/>
<Button
type='text'