Skip to content

Commit

Permalink
[fixed] wrong list message displayed when all items selected on the m…
Browse files Browse the repository at this point in the history
…ultiselect

fixes jquense#208
  • Loading branch information
jquense committed Oct 8, 2015
1 parent 3be1b7d commit 8ba4202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Multiselect.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ var Multiselect = React.createClass({
onSelect={this._onSelect}
onMove={this._scrollTo}
messages={{
emptyList: data.length
emptyList: this._lengthWithoutValues
? messages.emptyFilter
: messages.emptyList
}}
Expand Down

0 comments on commit 8ba4202

Please sign in to comment.