Bring back nameInputRef to ThreadSettingsGeneralTab using the React.useRef() hook.
We add nameInputRef.current?.focus() to the useEffect so the input is focused when it appears.
Depends on D3828
Differential D3832
[web] Add `nameInputRef` back to `ThreadSettingsGeneralTab` Authored by atul on Apr 25 2022, 1:16 PM.
Details Bring back nameInputRef to ThreadSettingsGeneralTab using the React.useRef() hook. We add nameInputRef.current?.focus() to the useEffect so the input is focused when it appears. Depends on D3828
Diff Detail
Event Timeline
| ||||||||||||||||