Clark Tomlinson
Clark Tomlinson
any chance i could talk you into giving an example i cant get it to work at all... :( you have by far the easiest and most logical validation lib...
https://gist.github.com/th3fallen/fe20935a80d685a0fa59c1e500185f50 has a v5 and v6 example v5 worked fine v6 i have no idea what to put in the validate area since v6 you dont declare your fields.
i thought that myself, but when i pass it that way props.invalid is never changed so it never stops submission of the form or shows error messages?
So im going with the assumption that im just stupid... @ashtonwar do you have a working example of this on v6? im assuming im missing something simple somewhere...
same here, but removing clearMocks in our config is a no go as our tests go BANANAS
something like this may do it just fine... not sure since cloning this repo is... interesting ```import React, { PureComponent } from 'react'; import PropTypes from 'prop-types'; import { fadeIn...
crap i had one but forgot to push it (facepalm)
Why would it not be? its literally a single command to run to publish it, not like its going to break anyones back?
@glamic-ep @laander since he doesnt want to publish himself for whatever reason i published it myself so i could continue using it https://www.npmjs.com/package/jquery-form-validator whenever he wants to publish it i'll...
i mean its literally `git clone {repo}` and `npm publish` boom done... no idea why this needs this level of debate