mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
fix #1529
This commit is contained in:
parent
746da29d72
commit
4be5c86a58
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class AccountsField extends Accounts.ui.Field {
|
|||
const { mount = true } = this.state;
|
||||
return mount ? (
|
||||
<div className={ className }>
|
||||
<FormControl id={ id } type={ type } onChange={ onChange } placeholder={ hint } defaultValue={ defaultValue } />
|
||||
<FormControl id={ id } type={ type } inputRef={ref => { this.input = ref; }} onChange={ onChange } placeholder={ hint } defaultValue={ defaultValue } />
|
||||
</div>
|
||||
) : null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue