Remove unnecessary bottom border Android from default style
See original GitHub issueVersion
Tell us which versions you are using:
- tcomb-form-native v0.6.1
- react-native v0.34.0
Every TextInput has unnecessary bottom border after RN34
https://github.com/facebook/react-native/issues/10108
we should set underlineColorAndroid='transparent'
as the default
Issue Analytics
- State:
- Created 7 years ago
- Reactions:26
- Comments:24 (9 by maintainers)
Top Results From Across the Web
Unwanted thin border with border-bottom - Stack Overflow
Try header nav a { background-clip: padding-box; } to remove it.
Read more >How to Get Rid of the TextField Border on Android ... - YouTube
When you add a TextField in your NativeScript apps, by default on iOS there is no border, but on Android there is a...
Read more >How To Remove Contenteditable Border - W3Schools
Learn how to remove the border from an editable element. Remove Contenteditable Border. By default, when you write inside an element that has ......
Read more >Build a Responsive UI with ConstraintLayout
Click on a constraint to select it, and then press Delete . · Press and hold Control ( Command on macOS), and then...
Read more >padding - CSS: Cascading Style Sheets - MDN Web Docs
An element's padding area is the space between its content and its border. Note: Padding creates extra space within an element. In contrast, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
But it should. This is what I have in my options as well:
and it works…
I agree it shouldn’t show the line by default.