Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

someDep is not defined #458

Open
yazpid opened this issue Jun 26, 2017 · 2 comments
Open

someDep is not defined #458

yazpid opened this issue Jun 26, 2017 · 2 comments

Comments

@yazpid
Copy link

yazpid commented Jun 26, 2017

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?

@SkyLeite
Copy link

SkyLeite commented Jul 3, 2017

There's no someDep in the snippet you posted. The error is somewhere else.

@twisty
Copy link
Contributor

twisty commented Jul 14, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants