mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Autofocus port field in portf orwarding dialog
This commit is contained in:
parent
e7e8d1688c
commit
eff26ab03d
@ -127,6 +127,7 @@ class NonInjectedPortForwardDialog extends Component<PortForwardDialogProps & De
|
|||||||
value={this.desiredPort === 0 ? "" : String(this.desiredPort)}
|
value={this.desiredPort === 0 ? "" : String(this.desiredPort)}
|
||||||
placeholder={"Random"}
|
placeholder={"Random"}
|
||||||
onChange={this.changePort}
|
onChange={this.changePort}
|
||||||
|
autoFocus
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user