Answers for "Warning: `value` prop on `select` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components. in select (created by ForwardRef)"

0

Warning: `value` prop on `select` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components. in select (created by ForwardRef)

<input type="text" value={value == null ? '' : value}/>;
Posted by: Guest on May-03-2022

Code answers related to "Warning: `value` prop on `select` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components. in select (created by ForwardRef)"

Browse Popular Code Answers by Language