mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Autofocusing name input
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
67e9e9b62a
commit
a128893522
@ -142,6 +142,7 @@ export class Workspaces extends React.Component {
|
|||||||
placeholder={_i18n._(t`Name`)}
|
placeholder={_i18n._(t`Name`)}
|
||||||
value={editingWorkspace.name}
|
value={editingWorkspace.name}
|
||||||
onChange={v => editingWorkspace.name = v}
|
onChange={v => editingWorkspace.name = v}
|
||||||
|
autoFocus
|
||||||
/>
|
/>
|
||||||
<Input
|
<Input
|
||||||
className="description"
|
className="description"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user