Fixed auto-focus in prompt and env dropdown

This commit is contained in:
Gregory Schier
2023-10-28 22:14:12 -07:00
parent 6dcbe45a53
commit 25c0db502e
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}