Fixed auto-focus in prompt and env dropdown

This commit is contained in:
Gregory Schier
2023-10-28 22:14:12 -07:00
parent 7b7e43a185
commit 235ab2056d
5 changed files with 25 additions and 23 deletions

View File

@@ -30,6 +30,7 @@ export function Prompt({ onHide, label, name, defaultValue, onResult }: PromptPr
<Input
hideLabel
require
autoSelect
label={label}
name={name}
defaultValue={defaultValue}