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
@williamphan thanks for the bug report. It's helpful if you can be more specific about the version number than simply "v4" (there are many versions under v4.x)
It looks like this bug has existed for Suggest2 for a while, at least since @blueprintjs/select v4.6.x -- I'll try to fix it ASAP.
Environment
Code Sandbox
It's not working in the documentation either. https://blueprintjs.com/docs/#select/suggest2
Actual behavior
The whole list (suggest result) is visible and no longer scrollable. It is clipped if the results are longer than the page height.
Expected behavior
The list should be cut off (max-height) and scrollable if the result doesn't fit.
Possible solution
Add
max-height
andoverflow
. V3 works fine.The text was updated successfully, but these errors were encountered: