You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: