Updates field-text dependency version and add autofocus prop.
This commit is contained in:
parent
6072978454
commit
bf7415e6b5
|
@ -19,7 +19,7 @@
|
|||
"@atlaskit/button": "1.0.3",
|
||||
"@atlaskit/button-group": "1.0.0",
|
||||
"@atlaskit/dropdown-menu": "1.4.0",
|
||||
"@atlaskit/field-text": "2.0.3",
|
||||
"@atlaskit/field-text": "2.7.0",
|
||||
"@atlaskit/icon": "6.0.0",
|
||||
"@atlaskit/modal-dialog": "1.2.4",
|
||||
"@atlaskit/tabs": "1.2.5",
|
||||
|
|
|
@ -75,6 +75,7 @@ class PasswordRequiredPrompt extends Component {
|
|||
return (
|
||||
<div>
|
||||
<AKFieldText
|
||||
autoFocus = { true }
|
||||
compact = { true }
|
||||
label = { this.props.t('dialog.passwordLabel') }
|
||||
name = 'lockKey'
|
||||
|
|
Loading…
Reference in New Issue