Open
Description
Describe your motivation
In the past (v8) combo-box had the feature to show the amount of items in the drop-down and the current page the user is currently at - like 21-30 / 80
. This feature was highly sought after and a lot of users are missing this nice guidance on our migrated apps.
Describe the solution you'd like
An API to toggle this kind of functionality. This could be implemented with both lazy- and in memory loading as the amount of items should always be known by the web-component.