@abgov/jsonforms-components 1.42.3 → 1.42.5
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/index.esm.js +2 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -4650,6 +4650,7 @@ const Dropdown = props => {
|
|
|
4650
4650
|
}
|
|
4651
4651
|
if (e.key === ESCAPE_KEY) {
|
|
4652
4652
|
setIsOpen(false);
|
|
4653
|
+
setInputTextFocus();
|
|
4653
4654
|
}
|
|
4654
4655
|
let index = items.findIndex(val => {
|
|
4655
4656
|
return val.label === e.currentTarget.innerText;
|
|
@@ -4711,6 +4712,7 @@ const Dropdown = props => {
|
|
|
4711
4712
|
setItems(selectedItems);
|
|
4712
4713
|
}
|
|
4713
4714
|
},
|
|
4715
|
+
onTrailingIconClick: () => {},
|
|
4714
4716
|
trailingIcon: trailingIcon
|
|
4715
4717
|
})
|
|
4716
4718
|
}), jsx(GoADropdownListContainerWrapper, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.5",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Government of Alberta - React renderers for JSON Forms based on the design system.",
|
|
6
6
|
"repository": "https://github.com/GovAlta/adsp-monorepo",
|