You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing our form in Safari we noticed a large gap below a ChoiceList component. It seems to only happen when the ChoiceList is rendered as a direct child in a BlockStack. Also, once the component rerenders, the gap disappears.
ex: (this will have a gap below ChoiceList)
<BlockStack>
<ChoiceList />
</BlockStack>
It does not matter where in the BlockStack it is rendered. But if the ChoiceList is is wrapped in another component, there is no gap.
Summary
When viewing our form in Safari we noticed a large gap below a
ChoiceList
component. It seems to only happen when the ChoiceList is rendered as a direct child in a BlockStack. Also, once the component rerenders, the gap disappears.ex: (this will have a gap below ChoiceList)
It does not matter where in the BlockStack it is rendered. But if the ChoiceList is is wrapped in another component, there is no gap.
ex: (this will have no gap)
Expected behavior
No gap is displayed a ChoiceList
Actual behavior
Component in Admin
https://screenshot.click/02-33-qozmb-xunb1.mp4
Are you using React components?
Yes
Polaris version number
13.23.0
Browser
Safari
Device
Desktop
The text was updated successfully, but these errors were encountered: