From 1f2ec59a42dbebf8bc4dfbcf7d76cd52f24ee208 Mon Sep 17 00:00:00 2001 From: Marcos Conceicao Date: Mon, 30 Sep 2024 17:23:23 -0300 Subject: [PATCH 1/2] fix(DropdownLight.jsx): Added "button" type to prevent form submission when opening options list --- components/DropdownLight/DropdownLight.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/DropdownLight/DropdownLight.jsx b/components/DropdownLight/DropdownLight.jsx index 138d19b9f..0d0f034e5 100644 --- a/components/DropdownLight/DropdownLight.jsx +++ b/components/DropdownLight/DropdownLight.jsx @@ -330,6 +330,7 @@ const DropdownLight = ({ required={required} />