NativeBase
NativeBase copied to clipboard
Input control should show red border if user type wrong string in React Native Windows
Description
We are trying to achieve below functionality using Native base Input control:
But somehow Nativebase Input control does not support change of bordercolor on windows. I also tried using FormControl but same results. My requirement is to show Input with red border if user is typing some wrong text on React Native Windows App.
Problem Statement
Input control should show red border if user type wrong string in React Native Windows
Proposed Solution or API
For web this Input control has better support for error handling by wrapping it with FormControl. It will be good if it has similar support on Windows as well.
Alternatives
No alternatives as of today.
Additional Information
native-base version used "3.4.11"