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

Dot display in TextInput with secureTextEntry prop at iOS is weird! #3903

Closed
devmyung opened this issue May 22, 2023 · 4 comments
Closed

Dot display in TextInput with secureTextEntry prop at iOS is weird! #3903

devmyung opened this issue May 22, 2023 · 4 comments
Labels
needs repro question Question related to the library, not an issue

Comments

@devmyung
Copy link

If I set secureTextEntry prop to true
when using TextInput(react-native-paper) to receive a password,
it appears strangely as follow images.

However, the Native Text Input below handles it normally.
(It's only weird on iOS. It works fine in aOS.)

Is it because I didn't apply it correctly?
Or is there an error in the component?

RNPaper_TextInput_1
RNPaper_TextInput_2
RNPaper_TextInput_3

@devmyung devmyung added the question Question related to the library, not an issue label May 22, 2023
@github-actions
Copy link

Hey! Thanks for opening the issue. Can you provide a minimal repro which demonstrates the issue? Posting a snippet of your code in the issue is useful, but it's not usually straightforward to run. A repro will help us debug the issue faster. Please try to keep the repro as small as possible. The easiest way to provide a repro is on snack.expo.dev. If it's not possible to repro it on snack.expo.dev, then you can also provide the repro in a GitHub repository.

@raajnadar
Copy link
Collaborator

On iOS I think the dot is shown from the font applied

@lukewalczak
Copy link
Member

Closing due to inactivity and missing repro.

@devmyung
Copy link
Author

devmyung commented Nov 7, 2023

This issue was solved!

There was a problem with the font(.ttf) I used in the project,
and I was able to solve the problem because I changed it to a normal font.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro question Question related to the library, not an issue
Projects
None yet
Development

No branches or pull requests

3 participants