mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 11:21:16 +01:00
Fixed auto-focus in prompt and env dropdown
This commit is contained in:
@@ -30,6 +30,7 @@ export function Prompt({ onHide, label, name, defaultValue, onResult }: PromptPr
|
||||
<Input
|
||||
hideLabel
|
||||
require
|
||||
autoSelect
|
||||
label={label}
|
||||
name={name}
|
||||
defaultValue={defaultValue}
|
||||
|
||||
Reference in New Issue
Block a user