react-validation icon indicating copy to clipboard operation
react-validation copied to clipboard

No error class on select

Open JontyCoertzen opened this issue 6 years ago • 0 comments

There is no error class on the select element.. suggested fix:

const Select = ({ error, isChanged, isUsed, ...props }) => (

{isChanged && isUsed && error}
);

Please advise?

JontyCoertzen avatar Apr 06 '19 19:04 JontyCoertzen