mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-11 19:50:17 +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:
@@ -65,7 +65,7 @@ class MultiSelectFilter extends Component {
|
||||
needFilter = true;
|
||||
}
|
||||
if (needFilter) {
|
||||
this.applyFilter(this.selectInput.value);
|
||||
this.applyFilter(getSelections(this.selectInput));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user