@abgov/react-components 5.0.0-alpha.14 → 5.0.0-alpha.15

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.mjs CHANGED
@@ -693,7 +693,7 @@ function GoADropdownOption(props) {
693
693
  }, []);
694
694
  return /* @__PURE__ */ jsx(GoADropdownItem, { ...props });
695
695
  }
696
- function GoADropdownItem({ value, label, filter, name, testId, mountType = "append" }) {
696
+ function GoADropdownItem({ value, label, filter, name, testId, mountType = "reset" }) {
697
697
  return /* @__PURE__ */ jsx(
698
698
  "goa-dropdown-item",
699
699
  {