Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: ChipsSelect - возможность передавать функцию сортировки для списка в dropdown #8103

Closed
a-omarova opened this issue Dec 18, 2024 · 0 comments · Fixed by #8119

Comments

@a-omarova
Copy link

Описание

Это нужно для релевантной сортировки вариантов, особенно когда найденных вариантов очень много
Например:

// ['one', 'one - two', 'one - ...', 'two', 'two - one',  'two - ...']

value: 'two'
result: ['one - two',  'two', 'two - one',  'two - ...']

sortResult: [ 'two', 'two - one',  'two - ...', 'one - two']

Скриншоты

No response

@github-project-automation github-project-automation bot moved this to 🗃 Backlog in VKUI Dec 18, 2024
@EldarMuhamethanov EldarMuhamethanov self-assigned this Dec 23, 2024
@EldarMuhamethanov EldarMuhamethanov moved this from 🗃 Backlog to 👀 In Review in VKUI Dec 24, 2024
@EldarMuhamethanov EldarMuhamethanov added this to the v7.2.0 milestone Jan 21, 2025
@github-project-automation github-project-automation bot moved this from 👀 In Review to ✅ Done in VKUI Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants