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` atul on Apr 25 2022, 6:16 AM. Authored by Tags None Referenced Files
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
|