v6: Warning: The `value` prop supplied to <select> must be an array if `multiple` is true.
See original GitHub issueWarning: The value prop supplied to <select> must be an array if multiple is true. Check the render method of ConnectedField.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7
Top Results From Across the Web
React: The `value` prop supplied to <select> must be a scalar ...
I am getting this warning: Warning: The value prop supplied to must be a scalar value if multiple is false. Check the render...
Read more >React: The `value` prop supplied to <select> must be a scalar ...
Coding example for the question React: The `value` prop supplied to must be a scalar value if `multiple` is false-Reactjs.
Read more >FieldArray - Redux Form
Allows you to provide a field-level warning rule. The function will be given the current value of the array field, all the other...
Read more >React Bootstrap Typeahead Example
The typeahead allows single-selection by default. Setting the multiple prop turns the component into a tokenizer, allowing multiple selections. Example. Show ...
Read more >Model - Sequelize
If an array is provided, the same is true for each column. If and object is provided, each column is incremented by the...
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 Free
Top 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
Use this: type=“select-multiple” @deathmood
I still get this error.
“redux-form”: “^6.5.0”,
In Render:
In console:
warning.js:36 Warning: The
valueprop supplied to <select> must be an array ifmultipleis true. Check the render method ofConnectedField.Even though I supplied that value.