Steps to replicate the issue (include links if applicable):
What happens?:
there are only 10 enums in the select while there are 13 objects of that type https://www.wikifunctions.org/wiki/Special:ListObjectsByType/Z16927
What should have happened instead?:
display all enums for that type
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
Expected behavior (Acceptance criteria):
We will use CdxSelect load-more event to notice when the user scrolls to the bottom of the select component. If the API request had more pages, request the next one and add the items to the enums store collection.
- Enum values should be shown using CdxSelect component
- Enums will be paginated (limit=10)
- When reaching the end of the selector, it should add the following batch of items

