mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
Update multiselect.js (#1025)
applyFilter should take the entire selection and not just the first element of the sélection
This commit is contained in:
parent
a534d525c9
commit
0c2863d63c
@ -65,7 +65,7 @@ class MultiSelectFilter extends Component {
|
||||
needFilter = true;
|
||||
}
|
||||
if (needFilter) {
|
||||
this.applyFilter(this.selectInput.value);
|
||||
this.applyFilter(getSelections(this.selectInput));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user