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
1 changed files with 1 additions and 0 deletions

View File

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