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