Open
Description
Describe your motivation
In #6055, we removed logic responsible for scrolling the selected item into the viewport and marking it as focused.
While this improves UX with dataProvider
, it also makes UX worse when using items
in the web component.
Describe the solution you'd like
Consider adding a new boolean property e.g. focusSelectedItem
that would enable the old logic (false
by default).