AutoComplete unknown props `validationError`, `validationErrors`
See original GitHub issueHi, 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:
- Created 7 years ago
- Reactions:6
- Comments:10
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I use just selects until it is fixed. My formsy-react is at version 0.18.1 so I doubt it will help.
Any update on this ?