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
The popover stays in place causing it to cover up the last entered tag once it falls onto multiple lines
Expected behavior
The popover should adjust (I believe it does on scroll) to stay below the input
Possible solution
The component rerenders on scroll which fixes the positioning, this could be called on adding items to the select as well. Scrolling the window by a pixel and back on popoverInteraction will make it work but is not an ideal solution.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
http://blueprintjs.com/docs/#select/multi-select
Actual behavior
The popover stays in place causing it to cover up the last entered tag once it falls onto multiple lines
Expected behavior
The popover should adjust (I believe it does on scroll) to stay below the input
Possible solution
The component rerenders on scroll which fixes the positioning, this could be called on adding items to the select as well. Scrolling the window by a pixel and back on popoverInteraction will make it work but is not an ideal solution.
The text was updated successfully, but these errors were encountered: