@geotab/zenith 3.0.1-beta.3 → 3.0.1-beta.4

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.
@@ -47,9 +47,6 @@ const SelectList = (_a) => {
47
47
  dispatchState({ type: selectList_actionTypes_1.ListAction.Reset, payload: { items, value: new Map(parsedValue), multiselect } });
48
48
  }, [innerValue, multiselect, items]);
49
49
  (0, react_2.useEffect)(() => {
50
- if (selectItemOnFocus) {
51
- return;
52
- }
53
50
  if (!multiselect) {
54
51
  dispatchState({ type: selectList_actionTypes_1.ListAction.FocusFirst, payload: { items } });
55
52
  }
@@ -44,9 +44,6 @@ export const SelectList = (_a) => {
44
44
  dispatchState({ type: ListAction.Reset, payload: { items, value: new Map(parsedValue), multiselect } });
45
45
  }, [innerValue, multiselect, items]);
46
46
  useEffect(() => {
47
- if (selectItemOnFocus) {
48
- return;
49
- }
50
47
  if (!multiselect) {
51
48
  dispatchState({ type: ListAction.FocusFirst, payload: { items } });
52
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geotab/zenith",
3
- "version": "3.0.1-beta.3",
3
+ "version": "3.0.1-beta.4",
4
4
  "description": "Zenith components library on React",
5
5
  "main": "dist/index.js",
6
6
  "types": "esm/index.d.ts",