My ListBox implementation has fixed height and the

When I change the selected item by setting the v-model to a value towards the end of the list, the item gets selected in the ListBox component, but the selected item does not scroll into view, so the user has no idea that the item is actually selected.
I would expect that the selected item scrolled into view, either automatically, upon selection, or via a manual trigger (like having an "offset" prop which would set the number of items to scroll up in the list).
Thanks!