1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-12-26 07:33:21 -05:00

AccountCombobox: Filter if text contains entered string

The previous behavior was only if prefixed by it
This commit is contained in:
Aaron Lindsay 2017-05-28 21:17:08 -04:00
parent f9a4d0a99a
commit 616208a35c

View File

@ -36,6 +36,7 @@ module.exports = React.createClass({
ref="account" ref="account"
disabled={this.props.disabled} disabled={this.props.disabled}
suggest suggest
filter='contains'
className={className} /> className={className} />
); );
} }