@scheels-softdev/kendoreact-generics 2.2.1 → 2.2.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,6 +3,9 @@ import { ComboBox } from "@progress/kendo-react-dropdowns";
3
3
  import { filterBy } from "@progress/kendo-data-query";
4
4
  import { useEffect, useRef, useState } from "react";
5
5
  import { getTextValue } from "./Utility";
6
+ //TODO add a style property
7
+ //TODO add metadata documentation
8
+ // TODO change changeEvent to onChange
6
9
  // component that renders a dropdown with a search filter
7
10
  export function GenericDropdown({ data, // array of data objects
8
11
  selectedId, // id of the selected data object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scheels-softdev/kendoreact-generics",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",