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.
@@ -4025,6 +4025,7 @@ function SelectItem(props) {
4025
4025
  data: formattedItems,
4026
4026
  allowDeselect: false,
4027
4027
  searchable: true,
4028
+ comboboxProps: { withinPortal: true, zIndex: 2e3 },
4028
4029
  leftSectionWidth: "4vh",
4029
4030
  leftSection: props.value ? /* @__PURE__ */ jsx(
4030
4031
  Image,