Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Related to Keyboard for korean language #1820

Closed
anjalijspaceo opened this issue May 1, 2024 · 1 comment
Closed

Related to Keyboard for korean language #1820

anjalijspaceo opened this issue May 1, 2024 · 1 comment
Labels

Comments

@anjalijspaceo
Copy link

<BottomSheetModal
ref={bottomSheetModalRef}
index={1}
style={{ flex: 1 }}
enableDismissOnClose={true}
keyboardBehavior={Platform.OS === "ios" && "extend"}
enablePanDownToClose={true}
android_keyboardInputMode="adjustResize"
handleIndicatorStyle={{ backgroundColor: colors.lighterGray }}
handleStyle={{
backgroundColor: colors.background,
borderTopLeftRadius: 12,
borderTopRightRadius: 12,
}}
snapPoints={snapPoints}
onDismiss={onDismiss}
overDragResistanceFactor={0.5}
onChange={(index) => (index == 0 ? dismiss() : null)}
backdropComponent={renderBackdrop}
><BottomSheetTextInput
value={currentCommentText}
autoFocus
onChangeText={(text) => updateCurrentCommentText(text)}
style={{
fontSize: fontSize.small,
width: "81%",
color: colors.primary,
marginLeft: 8,
fontFamily: fonts.regular,
}}
keyboardAppearance="default"
placeholder={CommonStrings.writeComment}
/>

--- Issue
Now on Update of comment [state] keyboard takes new reference and in Korean it is considering each as different which leads to wrong input so how to update this.

@anjalijspaceo anjalijspaceo added the bug Something isn't working label May 1, 2024
Copy link

github-actions bot commented May 1, 2024

@anjalijspaceo: hello! 👋

This issue is being automatically closed because it does not follow the issue template.

@github-actions github-actions bot closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant