material ui textfield show hint when in focus code example Example: mui textfield focus <TextField inputRef={input => input && input.focus()} />