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

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