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.
- package/dist/components/index.cjs +1 -0
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4764,6 +4764,7 @@ function SelectItem(props) {
|
|
|
4764
4764
|
data: formattedItems,
|
|
4765
4765
|
allowDeselect: false,
|
|
4766
4766
|
searchable: true,
|
|
4767
|
+
comboboxProps: { withinPortal: true, zIndex: 2e3 },
|
|
4767
4768
|
leftSectionWidth: "4vh",
|
|
4768
4769
|
leftSection: props.value ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
4769
4770
|
core.Image,
|