primary-violetP
Refine3y ago
24 replies
primary-violet

autocomplete

console.js:213 MUI: A component is changing the uncontrolled value state of Autocomplete to be controlled.
Elements should not switch from uncontrolled to controlled (or vice versa).
Decide between using a controlled or uncontrolled Autocomplete element for the lifetime of the component.
The nature of the state is determined during the first render. It's considered controlled if the value is not undefined.

im getting this error please help
Was this page helpful?