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

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
weitscommented, 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.

0reactions
massilecommented, May 20, 2017

Any update on this ?

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 >
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 >
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 >
Creating Advanced Reusable Forms in Next.js | PropelAuth Blog
Handling validation errors with react-hook-form ... cut for space if (response.status === 400) { // Validation error // Expect response to ...
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