@oliasoft-open-source/react-ui-library 4.20.1 → 4.20.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.
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17060,6 +17060,7 @@ const useCustomSelectLogic = ({
|
|
|
17060
17060
|
closeLayer();
|
|
17061
17061
|
return;
|
|
17062
17062
|
}
|
|
17063
|
+
setTriggerFocus();
|
|
17063
17064
|
dispatch({
|
|
17064
17065
|
type: ActionTypes$1.RESET_LAYER_FOCUS,
|
|
17065
17066
|
options,
|
|
@@ -17169,6 +17170,10 @@ const useCustomSelectLogic = ({
|
|
|
17169
17170
|
closeLayer();
|
|
17170
17171
|
break;
|
|
17171
17172
|
}
|
|
17173
|
+
case EventKey.TAB: {
|
|
17174
|
+
dispatch({ type: ActionTypes$1.CLOSE_LAYER });
|
|
17175
|
+
break;
|
|
17176
|
+
}
|
|
17172
17177
|
}
|
|
17173
17178
|
};
|
|
17174
17179
|
return {
|