question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AutoComplete unknown props `validationError`, `validationErrors`

See original GitHub issue

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

EDIT: Sorry wrong repo. had several tabs opened.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
mazli84commented, Apr 19, 2017

@aesopwolf Honestly, I might do something wrong here. formsy-material-ui -> formsy-react dependency is 0.19.0 and above and I still have the same issue.

0reactions
aesopwolfcommented, Jan 7, 2017

Ah, well their latest version hasn’t updated to formsy-react@0.18.1, you see they are still on 0.18.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error validation with Material UI Autcomplete & React hook form
You're supposed to spread the props of the render callback to the Autocomplete component, not the TextField . Have a look at the...
Read more >
[Autocomplete] Multiple can't pass 'required' validation #21663
When submitting a form with an Autocomplete that allows multiple values and that has the 'required' prop on the text input, the validation...
Read more >
Inputs — Essentials ⚡️ FormKit — Vue Forms, Supercharged
Validation errors are not the only way to set errors on an input. You can also explicitly set error messages on an input...
Read more >
ASP.NET Core Blazor forms and input components
Learn how to use forms with field validation and built-in input components in Blazor.
Read more >
Creating Advanced Reusable Forms in Next.js | PropelAuth Blog
In this guide, we'll create a form that we can use across our product. We'll start with something simple and slowly add in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found