How to reduce borderWidth in textinput?
See original GitHub issueI’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:
- Created 4 years ago
- Reactions:10
- Comments:16
Top 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 >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
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?
+1