-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 component: persistent black underline #1670
Comments
Is this the issue / fix? https://www.quora.com/How-do-I-remove-the-underline-feature-while-typing-in-Android-keyboard Obviously a prop added to RN for the native Android platform isn't going to do anything on web though |
@necolas Thank you very much for a quick response. No, this underline appears every time, when a new character appears and the world is not finished even if the world makes sense or not, so it's not related to spelling correction. |
Try turning off autocorrect. If not, let me know when you know what the cause is. |
There is not even an autocorrect option on this type of Smart TVs. Since it works with RN then RNW update would be the option on how to make this works. We will try to investigate further about details. |
Autocorrect is a web attribute |
Disabling native mobile features such as |
The problem
When you start typing to the TextInput component, then every letter has black underline as a default style on Smart TV (Samsung). This style is not possible to turn off for such a device at the moment. Styles like textdecorationline are not working, but for this case has been released underlineColorAndroid prop, which is currently missing at React Native Web. There is also a small chance, that it's related to known issue 1023.
How to reproduce
TextInput
component at Smart TV app on Android or Samsung Tizen.TextInput
component.Result
Black underline appears below the text without any option to disable it.
Expected behavior
There should be an option to change text-decoration for these devices.
The text was updated successfully, but these errors were encountered: