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:
parent
f9a4d0a99a
commit
616208a35c
@ -36,6 +36,7 @@ module.exports = React.createClass({
|
||||
ref="account"
|
||||
disabled={this.props.disabled}
|
||||
suggest
|
||||
filter='contains'
|
||||
className={className} />
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user