question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove unnecessary bottom border Android from default style

See original GitHub issue

Version

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

input

we should set underlineColorAndroid='transparent' as the default

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:26
  • Comments:24 (9 by maintainers)

github_iconTop GitHub Comments

6reactions
compojoomcommented, Sep 28, 2016

But it should. This is what I have in my options as well:

{
        stylesheet: stylesheet,
        auto: 'none',
        fields: {
            name: {
                placeholder: 'Name',
                underlineColorAndroid: 'transparent',
            },

and it works…

5reactions
adamrainsbycommented, Oct 17, 2016

I agree it shouldn’t show the line by default.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found