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
It had the issue that when all countries were displayed, the dropdown was taking the height of the entire screen. It could be easily fixed adding a max-height property to the menu, but probably we might want to do this upstream so all consumers of CustomSelectControl get this default max-height.
The text was updated successfully, but these errors were encountered:
In WooCommerce Blocks we used the
CustomSelectControl
component to create a Country selector (see woocommerce/woocommerce-blocks#1585).It had the issue that when all countries were displayed, the dropdown was taking the height of the entire screen. It could be easily fixed adding a
max-height
property to the menu, but probably we might want to do this upstream so all consumers ofCustomSelectControl
get this defaultmax-height
.The text was updated successfully, but these errors were encountered: