@theroutingcompany/components 0.0.91-alpha.10 → 0.0.91-alpha.11

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.
@@ -24602,7 +24602,7 @@ function eV({
24602
24602
  _.key === "ArrowDown" && b[F + 1] ? (k.isOpen || k.open(), x(b[F + 1] ?? v), I(b[F + 1] ?? "")) : _.key === "ArrowUp" && b[F - 1] && (k.isOpen || k.open(), x(b[F - 1] ?? v), I(b[F - 1] ?? ""));
24603
24603
  },
24604
24604
  onKeyUp: (_) => {
24605
- _.key === "Enter" && R(v);
24605
+ _.key === "Enter" && (_.preventDefault(), _.stopPropagation(), R(v));
24606
24606
  },
24607
24607
  onMouseUp: (_) => {
24608
24608
  _.preventDefault();