Skip to content

Commit

Permalink
Updates field-text dependency version and add autofocus prop.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho authored and hristoterezov committed Jun 7, 2017
1 parent 6072978 commit bf7415e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class PasswordRequiredPrompt extends Component {
return (
<div>
<AKFieldText
autoFocus = { true }
compact = { true }
label = { this.props.t('dialog.passwordLabel') }
name = 'lockKey'
Expand Down

0 comments on commit bf7415e

Please sign in to comment.