@pnkx-lib/ui 1.9.442 → 1.9.443
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/es/fields/DatePicker.js +1 -0
- package/package.json +1 -1
package/es/fields/DatePicker.js
CHANGED
|
@@ -13036,6 +13036,7 @@ const DatePicker = (props) => {
|
|
|
13036
13036
|
showIcon: false,
|
|
13037
13037
|
disabled,
|
|
13038
13038
|
wrapperClassName: twMerge("w-full", wrapperClassName),
|
|
13039
|
+
popperProps: { strategy: "fixed" },
|
|
13039
13040
|
...restProps
|
|
13040
13041
|
}
|
|
13041
13042
|
),
|