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
Whenever there is no spaces in a very long value in a popover, horizontal scroll is introduced and we want to remove it and allow strings without spaces to be treated the same as strings with proper spacing.
Also, we recently shipped filtering by metafield values for Summer Editions '23 and we know some existing merchants with single line text metafield values already use underscores instead of spaces. So not only are we future proofing the metafield filtering experience we plan to roll out to all index pages in the Shopify Admin, we are also fixing a current bug.
Steps to reproduce the problem
Enter a string with no spaces longer than the maxWidth set on the popovers within the IndexFilters component and horizontal scroll will be introduced.
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered:
Issue summary
Whenever there is no spaces in a very long value in a popover, horizontal scroll is introduced and we want to remove it and allow strings without spaces to be treated the same as strings with proper spacing.
Also, we recently shipped filtering by metafield values for Summer Editions '23 and we know some existing merchants with single line text metafield values already use underscores instead of spaces. So not only are we future proofing the metafield filtering experience we plan to roll out to all index pages in the Shopify Admin, we are also fixing a current bug.
Steps to reproduce the problem
Enter a string with no spaces longer than the
maxWidth
set on the popovers within the IndexFilters component and horizontal scroll will be introduced.Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: