1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-02 20:28:38 -04:00

Enable Combobox autocomplete, fix security Combobox display names

This commit is contained in:
2016-10-06 06:53:49 -04:00
parent 19932812e4
commit 402a15ef12
3 changed files with 5 additions and 1 deletions

View File

@ -35,6 +35,7 @@ module.exports = React.createClass({
onChange={this.handleAccountChange}
ref="account"
disabled={this.props.disabled}
suggest
className={className} />
);
}