hig
hig copied to clipboard
TextField 'focused' property not working
https://codesandbox.io/s/kkml3y7q27
Using the TextField component with the focused
property does not fulfill the expectations: having the Input field focused.
The autoFocus
property works because is passing all the way through the components directly to the Input field.
The expected behavior is to pass the focused={true}
property (which by default is false), and the result would be the Input field focused at render.