Updates field-text dependency version and add autofocus prop.

This commit is contained in:
damencho 2017-06-06 15:34:21 -05:00 committed by hristoterezov
parent 6072978454
commit bf7415e6b5
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -75,6 +75,7 @@ class PasswordRequiredPrompt extends Component {
return (
<div>
<AKFieldText
autoFocus = { true }
compact = { true }
label = { this.props.t('dialog.passwordLabel') }
name = 'lockKey'