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

AutoComplete unknown props validationError, validationErrors #177

Closed
davidnathanael opened this issue Nov 28, 2016 · 10 comments
Closed

AutoComplete unknown props validationError, validationErrors #177

davidnathanael opened this issue Nov 28, 2016 · 10 comments

Comments

@davidnathanael
Copy link

Hi, this code produces the following error :

Warning: Unknown props validationError, validationErrors on tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
in input (created by TextField)
in div (created by TextField)
in TextField (created by AutoComplete)

<FormsyAutoComplete
	name='userId'
	floatingLabelText="How often do you?"
	dataSource={this.state.users}
	dataSourceConfig={sourceConfig}
/>

I tried with AutoComplete from material-ui, it works fine

@weits
Copy link

weits commented Dec 1, 2016

Did you resolve it somehow? I have exactly the same issue ...

@davidnathanael
Copy link
Author

apparently #119 fixes it but still errors, let me know if you find a fix

@davidnathanael
Copy link
Author

@weits have you figured out a fix?

@weits
Copy link

weits commented Dec 10, 2016

I use just selects until it is fixed. My formsy-react is at version 0.18.1 so I doubt it will help.

@matias-casal
Copy link

matias-casal commented Jan 6, 2017

any solution?? @ddela-cr ???

@ryanblakeley
Copy link
Collaborator

Was this a dup of #183? I think #184 fixes this.

@ryanblakeley
Copy link
Collaborator

Please re-try with latest v0.5.4

@yourse1f-yourorg
Copy link

I have been evaluating (trying to get started with) formsy-material-ui, and hit this error simply trying to run the webpack example

I upgraded package.json with

"formsy-react": "^0.18.1",
"formsy-material-ui": "^0.5.4",

@advance512
Copy link

The example supplied by the project doesn't work. Doesn't make you feel very sure about choosing formsy-material-ui as your forms library, does it..

@massile
Copy link

massile commented May 20, 2017

Any update on this ?

nicgirault added a commit to nicgirault/formsy-material-ui that referenced this issue Jul 16, 2017
nicgirault added a commit to nicgirault/formsy-material-ui that referenced this issue Jul 16, 2017
ryanblakeley pushed a commit that referenced this issue Jul 19, 2017
fix #177 unknown props on autocomplete
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

7 participants