You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Select element does not take in a name Proptype, and therefore when used in a Form component, renders the serialized JSON key for that specific input as null.
Also, the select element needs to have a handleChange() function to make it a controlled component.
The text was updated successfully, but these errors were encountered:
Currently, the Select element does not take in a
name
Proptype, and therefore when used in a Form component, renders the serialized JSON key for that specific input asnull
.Also, the select element needs to have a
handleChange()
function to make it a controlled component.The text was updated successfully, but these errors were encountered: