CreateImageWizard: prefocus aws input field
Autofocus the input field in the aws step of the CreateImageWizard modal.
This commit is contained in:
parent
840efea8ea
commit
1ec63ba357
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ export default {
|
|||
type: 'text',
|
||||
label: 'AWS account ID',
|
||||
isRequired: true,
|
||||
autoFocus: true,
|
||||
validate: [
|
||||
{
|
||||
type: validatorTypes.REQUIRED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue