feat(select): add itemsPerScrollWindow prop#1110
Conversation
Allow consumers to configure the number of items visible before the option list becomes scrollable. Defaults to 4 to preserve existing behavior. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Hello jeanmarcmilletscality,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
|
/approve |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: The following options are set: approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
|
I have successfully merged the changeset of this pull request
Please check the status of the associated issue None. Goodbye jeanmarcmilletscality. |
Summary
itemsPerScrollWindowprop to theSelectcomponent (selectv2) to let consumers configure the number of items visible before the option list becomes scrollable.4, preserving the previous hardcoded behavior — no breaking changes.Custom items per scroll window (8)) showcasing the new prop.Test plan
npm run storybookand open the Components/Inputs/Select sectionMore than 4 itemsstory still shows 4 items before scrollingCustom items per scroll window (8)story shows 8 items before scrolling🤖 Generated with Claude Code