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 using custom components for Select's itemRenderer or itemListRenderer that don't use the .bp5-menu-item, shouldDismiss is always true. We use custom components without the .bp5-menu-item for customization and don't want to rewrite blueprint system styles.
When using custom components for Select's
itemRenderer
oritemListRenderer
that don't use the.bp5-menu-item
,shouldDismiss
is alwaystrue
. We use custom components without the.bp5-menu-item
for customization and don't want to rewrite blueprint system styles.It would be more useful to get menuItem by
or modify the code as follows:
Reference:
https://github.com/palantir/blueprint/blob/5d92d0e4ea1cebc4538faad72dcfce4cd340c613/packages/select/src/components/select/select.tsx#L303C9-L303C71
The text was updated successfully, but these errors were encountered: