NativeBase icon indicating copy to clipboard operation
NativeBase copied to clipboard

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

Open rahulsbaviskar opened this issue 1 year ago • 0 comments

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"

rahulsbaviskar avatar Jul 10 '24 08:07 rahulsbaviskar