Open rbarreca opened 9 months ago
Can we expect this to be fixed in a future version (hopefully Summer '24)? This bug makes this component unusable for my users. As you can see in the screenshot on this bug report, the date picker that opens up does not show all of the pickable dates because other UI is overlayed on top of them. My users are having to resize their screen until the date they need to pick is exposed.
This bug is also preventing us from using a date field in our admin blocks app
This is still an issue in 2024-10 for the Block Extension, however it appears to be resolved in the Action Extension modal.
The DateField
is still unusable in the Action Extension modal though due to https://github.com/Shopify/ui-extensions/issues/1421
The popover only opens below the input so gets cutoff if it extends beyond the page.
Not completely resolved in the Action Extension modal. On mobile the popover still displays behind the buttons in addition to being cutoff at the bottom of the page.
Please list the package(s) involved in the issue, and include the version you are using
"@shopify/ui-extensions-react": "2024.01.x"
Describe the bug
When using a DateField in an order admin UI block extension, the popover shows up offset to the bottom-right and behind the other blocks.
Steps to reproduce the behavior:
Expected behavior
Popover shows up below the DateField and on top of everything else.
Screenshots
Sample code