Make container outlined, remove line
dylangolow opened this issue · 3 comments
dylangolow commented
dylangolow commented
I solved this by setting:
- lineWidth={0}
- activeLineWidth={0}
- disabledLineWidth={0}
- removing error prop
- adding custom error under the input
The text and caret are still not perfectly aligned but it's pretty well formatted.
dylangolow commented
For anyone reading this. Remember you can pass the props expected for https://www.npmjs.com/package/react-native-material-textfield as this is used within this dropdown component.
Harikasai999 commented
hi i am also facing this issue. Please give any suggestion for this...