dirk-cfx-react 1.1.66 → 1.1.67

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.
@@ -4032,6 +4032,7 @@ function SelectItem(props) {
4032
4032
  data: formattedItems,
4033
4033
  allowDeselect: false,
4034
4034
  searchable: true,
4035
+ comboboxProps: { withinPortal: true, zIndex: 2e3 },
4035
4036
  leftSectionWidth: "4vh",
4036
4037
  leftSection: props.value ? /* @__PURE__ */ jsxRuntime.jsx(
4037
4038
  core.Image,