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

keyboard type is inconsistent #48

Open
cleblanc-nuance opened this issue Feb 9, 2022 · 0 comments
Open

keyboard type is inconsistent #48

cleblanc-nuance opened this issue Feb 9, 2022 · 0 comments

Comments

@cleblanc-nuance
Copy link

This is a strange behavior. When toggling the eye the keyboard goes from this

image

to this

image

I'm using it like this

<PasswordInputText
  testID="pin input"
  style={styles.input}
  fontSize={14}
  keyboardType="decimal-pad"
  multiline={false}
  onChangeText={onPinChange}
  onSubmitEditing={() => pin && onSubmit(pin)}
  value={pin}
  label={`${t('login:pin')}*`}
  secureTextEntry
  tintColor="#696969"
  textColor="#696969"
  baseColor="#696969"
  iconColor="#696969"
  lineWidth={1}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant