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
In the React documentation for forms, there is only a footnote on using the controlled component with the multiple attribute. I recently spent some time getting it to work for my use case and I feel having better documentation would have sped things up. My use case involved populating the <option> elements from JSON data being returned from the server, for a select component with the multiple attribute.
I am happy to contribute the documentation and raise a PR :)
The text was updated successfully, but these errors were encountered:
In the React documentation for forms, there is only a footnote on using the controlled component with the multiple attribute. I recently spent some time getting it to work for my use case and I feel having better documentation would have sped things up. My use case involved populating the <option> elements from JSON data being returned from the server, for a select component with the multiple attribute. I am happy to contribute the documentation and raise a PR :)
The text was updated successfully, but these errors were encountered: