Skip to content

Commit

Permalink
OK-7633 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwoktung authored Apr 18, 2022
1 parent d64c806 commit 286f9f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/components/src/Form/FormPasswordInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ export const FormPasswordInput: FC<
w="full"
type={show ? 'text' : 'password'}
onChangeText={onChange}
keyboardType={
Platform.OS === 'ios' ? 'ascii-capable' : 'visible-password'
}
keyboardType={Platform.OS === 'ios' ? 'ascii-capable' : undefined}
size="xl"
rightCustomElement={
<IconButton
Expand Down

0 comments on commit 286f9f5

Please sign in to comment.