Zhiyuan Zheng 2021-10-24 21:23:07 +02:00
parent 50151f75f6
commit 40a5c36bb0
1 changed files with 2 additions and 1 deletions

View File

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