react-form-with-constraints icon indicating copy to clipboard operation
react-form-with-constraints copied to clipboard

Remove Field.isValid()

Open tkrotoff opened this issue 5 years ago • 0 comments

Redundant with Field.hasErrors() which leads to stupid code: https://github.com/tkrotoff/react-form-with-constraints/blob/1e9a57390ea5fb75472d7b0c208870abf2d97a93/packages/react-form-with-constraints/src/Input.tsx#L80

tkrotoff avatar Sep 13 '18 13:09 tkrotoff