-
-
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
Outline line overlaps label #3759
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. |
Hey @GrandLineAR, please provide the snack or attach the code snippet which allow us to reproduce the issue. |
@lukewalczak We see this issue when we use 'backgroundColor: transparent'.
|
Thanks, will take a look into it. |
Yes, thank you! That's my omission, the documentation mentions that |
ok, how is there a way to fix this? |
This can be fixed on the web though with fieldset |
See an old PR for that: #883 |
Thanks a lot. Do you have an idea how to see the code? The "Files changed" tab of the PR leads to a dead link. |
Yeah @Martijncvv it only works on web so I don't think it's usable since it won't work on iOS/React Native |
It's still a problem in react-native-paper 5.9.1. |
I am still seeing this issue after the PR |
The issue still exists in: It is related to the custom label text component. For string, it works okay. |
Still facing issue in: react-native-paper: 5.12.3 |
Yeah still getting issue in: "react-native-paper": "5.12.3". |
Outline line overlaps label
RPReplay_Final1678962666.MP4
"react-native-paper": "^5.4.1"
The text was updated successfully, but these errors were encountered: