@scheels-softdev/kendoreact-generics 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,6 @@ import React, { useEffect } from "react";
3
3
  import { filterBy } from "@progress/kendo-data-query";
4
4
  import { MultiSelect } from "@progress/kendo-react-dropdowns";
5
5
  const pageSize = 10;
6
- //TODO move this component to @scheels-softdev/kendoreact-generics NPM package
7
6
  export function MultiSelectDropdown({ data, selectedData, field, selectEvent, title, }) {
8
7
  const filteredData = React.useRef(data.slice());
9
8
  const [state, setState] = React.useState({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scheels-softdev/kendoreact-generics",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",