Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input control should show red border if user type wrong string in React Native Windows #5814

Open
rahulsbaviskar opened this issue Jul 10, 2024 · 0 comments

Comments

@rahulsbaviskar
Copy link

Description

We are trying to achieve below functionality using Native base Input control:

image

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.

image

Alternatives

No alternatives as of today.

Additional Information

native-base version used "3.4.11"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant