@abgov/jsonforms-components 2.6.0 → 2.6.1
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 +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -10802,7 +10802,7 @@ const AddressLookUpControl = props => {
|
|
|
10802
10802
|
const updateFormData = updatedAddress => {
|
|
10803
10803
|
handleChange(path, updatedAddress);
|
|
10804
10804
|
};
|
|
10805
|
-
const debouncedRenderAddress = useDebounce(searchTerm,
|
|
10805
|
+
const debouncedRenderAddress = useDebounce(searchTerm, 1000);
|
|
10806
10806
|
const [activeIndex, setActiveIndex] = useState(0);
|
|
10807
10807
|
const dropdownRef = useRef(null);
|
|
10808
10808
|
const handleInputChange = (field, value) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
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",
|