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
To be clear the issue is when the you add a bunch of items using the code above (pressing enter), when the option list gets to the bottom of the screen it sometimes is scrolled partially out of bounds.
The OptionList delays it's size calculation, which means that this code breaks.
I think we can refactor it to calculate the virtual size without so many intermediate messages.
The text was updated successfully, but these errors were encountered: