-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Textinput Outlined #3825
Comments
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. |
I am getting this issue as well. I am willing to reproduce, but my setup is on
Snack doesn't seem to support these versions. @lukewalczak any idea how i can repo using snack with those versions? |
Please attach that snack – based on it, we can figure out what is the issue with dependencies. |
@lukewalczak I am saying when i try adding |
Can confirm this happening with latest react-native-web |
Hello 👋, this issue has been open for more than a month without a repro or any activity. If the issue is still present in the latest version, please provide a repro or leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution or workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix it. |
I would love to be able to create a Snack repro, but every time I specify |
The issue still remains in the latest versions aswell causing label text to be overlapped using a different font then the standards. |
Could you please then create a basic github repo presenting the issue? |
@lukewalczak here's a minimal snack-copied repo with dependencies showing it breaking: https://github.com/seanblonien/react-native-web-paper-test |
Hello 👋, this issue has been open for more than a month without a repro or any activity. If the issue is still present in the latest version, please provide a repro or leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution or workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix it. |
Repro was provided in the comment above |
Hello 👋, this issue has been open for more than a month without a repro or any activity. If the issue is still present in the latest version, please provide a repro or leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution or workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix it. |
Repro was provided in the comment above |
i am using Poppins font for my project and as now that i have applied the fonts all the TextInputs using outlined variant are having text inside them being only show half as being cut off from the top.
The issue goes away if i change the font.
The text was updated successfully, but these errors were encountered: