hig icon indicating copy to clipboard operation
hig copied to clipboard

TextField 'focused' property not working

Open javier-lopez-adsk opened this issue 6 years ago • 0 comments

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.

javier-lopez-adsk avatar Sep 27 '18 14:09 javier-lopez-adsk