@zag-js/form-utils
Advanced tools
Comparing version 0.0.0-dev-20240625092805 to 0.0.0-dev-20240626134742
@@ -66,3 +66,2 @@ "use strict"; | ||
el.dispatchEvent(new win.Event("click", { bubbles })); | ||
el.dispatchEvent(new win.Event("change", { bubbles })); | ||
} | ||
@@ -69,0 +68,0 @@ |
{ | ||
"name": "@zag-js/form-utils", | ||
"version": "0.0.0-dev-20240625092805", | ||
"version": "0.0.0-dev-20240626134742", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -61,5 +61,2 @@ interface DescriptorOptions { | ||
el.dispatchEvent(new win.Event("click", { bubbles })) | ||
// TODO: Do we really need this extra event? | ||
el.dispatchEvent(new win.Event("change", { bubbles })) | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26968
310