You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you change the version of RNP to v4, the issue goes away (in the Snack editor, simply modify the version value in package.json as per the images below).
Preview
RNP v4:
RNP v5:
Your Environment
See Snack.
The text was updated successfully, but these errors were encountered:
Hey, is it only happening on web? We fixed this already: #4414
No, it is happening on iOS as well. You can easily verify this with the above Snack. I am seeing the exact same (mis)behaviour in our Expo app, that's why the Snack was created as a minimal reproducible.
Same issue. Do we have any solution yet? Fixed after downgrading to 5.1.3
Can confirm via the above linked Snack. Though the longer label displays in 5.1.3, the border cuts into that label (at least on Web -- seems to be fine with 5.1.3 on Android and iOS)
Current behaviour
In v5, TextInput with mode="outline" has its floating label truncated. See image:
Expected behaviour
The full label is displayed, not truncated
How to reproduce?
See this Snack.
If you change the version of RNP to v4, the issue goes away (in the Snack editor, simply modify the version value in
package.json
as per the images below).Preview
RNP v4:
RNP v5:
Your Environment
See Snack.
The text was updated successfully, but these errors were encountered: