You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try use formsy-react to validation my input, but when I do like this: <Formsy.Form onValidSubmit={this.submit} onValid={this.enableButton} onInvalid={this.disableButton}> <input name="number" validations="isNumeric" validationError="This is not a valid email" required /> <button type="submit">Submit</button> </Formsy.Form>
I've receive error like in my title. Where I can do a mistake?
The text was updated successfully, but these errors were encountered:
This is probably due to a cut-and-paste from the project Readme (see mention of someDep here). Maybe we should just have a console.log instead? Then the example would run without error.
I try use formsy-react to validation my input, but when I do like this:
<Formsy.Form onValidSubmit={this.submit} onValid={this.enableButton} onInvalid={this.disableButton}> <input name="number" validations="isNumeric" validationError="This is not a valid email" required /> <button type="submit">Submit</button> </Formsy.Form>
I've receive error like in my title. Where I can do a mistake?
The text was updated successfully, but these errors were encountered: