I can't get the Material UI Textfield to behave as it should. The field does not seem to focus properly and is not getting the material UI focused classname applied to it.
Weird. Switching inputProps to InputProps in the TextField component fixed it. The difference is subtle.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Weird. Switching
inputPropstoInputPropsin theTextFieldcomponent fixed it. The difference is subtle.