Custom MUI fields () not recognizing a change in value
I’m trying to create custom form components so I don’t need to update every item if I decide on a style change.The ReportSelect
version does not update the value upon selection of a menu item, and the ReportTextField
only works for the first instance (setting the value, that is). Is there a way to do this? I tried using styled()
initially but I couldn’t figure out how to give it the properties of fullwidth
, variant
, etc.
Custom MUI drop-down () not recognizing a change in value
I’m trying to create custom form components so I don’t need to update every item if I decide on a style change. The plain TextField version works great but the Select version does not update the value upon selection of a menu item.