react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

Avoiding showing validation message element when error is not triggered

Open flaviolivolsi opened this issue 2 years ago • 0 comments

An issue occurred when I tried to style the TextField validation message. Adding a background color and some padding to the message resulted in a colored element always shown whether there's a validation message or not. This is because you can style the validation message element but it's just the string inside which will be hidden when there is no message to show. This PR should fix it.

flaviolivolsi avatar Oct 05 '22 13:10 flaviolivolsi