This PR makes the TextField dropdown menu render its list of options from props instead of state. Previously, if the options passed to the component changed, they would only update if the component unmounted. This allows the menu options to change in response to changing props.
This PR makes the TextField dropdown menu render its list of options from props instead of state. Previously, if the options passed to the component changed, they would only update if the component unmounted. This allows the menu options to change in response to changing props.