diff --git a/js/components/AccountCombobox.js b/js/components/AccountCombobox.js index 53e4077..d9e7fb7 100644 --- a/js/components/AccountCombobox.js +++ b/js/components/AccountCombobox.js @@ -35,6 +35,7 @@ module.exports = React.createClass({ onChange={this.handleAccountChange} ref="account" disabled={this.props.disabled} + suggest className={className} /> ); } diff --git a/js/components/AccountRegister.js b/js/components/AccountRegister.js index 6d4cc41..1603816 100644 --- a/js/components/AccountRegister.js +++ b/js/components/AccountRegister.js @@ -427,6 +427,7 @@ const AddEditTransactionModal = React.createClass({ Status Security item.Name + " - " + item.Description} + textField={item => typeof item === 'string' ? item : item.Name + " - " + item.Description} defaultValue={this.state.security} onChange={this.handleSecurityChange} ref="security" /> @@ -142,6 +143,7 @@ const AddEditAccountModal = React.createClass({ Account Type