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.

How to reduce borderWidth in textinput?

See original GitHub issue

I’d like to reduce borderWidth in TextInput, but when i add borderWidth: 1 in style, i can see two borders appear in one TextInput. Does anybody know about this issue? Thanks.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:10
  • Comments:16

github_iconTop GitHub Comments

6reactions
aviemorecommented, Apr 12, 2020

It’s hardcoded now as I remember, when focused this is 2, otherwise always 1. joining +1 me to this question to react-native-paper team! Anyone?

5reactions
danielkvcommented, Feb 19, 2020

+1

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Remove and Style the Border Around Text Input Boxes ...
Remove the outline and add a border style using the :focus and :active pseudo-classes with the <input> field. Also, you can remove the...
Read more >
remove borders around html input - css - Stack Overflow
I use this css code to remove focus input border some times. Hope will help you -: input:focus, textarea:focus, select:focus{ outline: none; }....
Read more >
How to change text input border color in kivy ? - Google Groups
How to change text input border color in kivy ? 882 views. Skip to first unread message.. Shimul Noman's profile photo ...
Read more >
TextInput - React Native
TextInput has by default a border at the bottom of its view. This border has its padding set by the background image provided...
Read more >
Setting Border Color of TextInput Component In React Native
In this demo we have added few style-sheet design property to TextInput layout component, that helps to change border color of text input...
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