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

Open
a-omarova opened this issue Dec 18, 2024 · 0 comments · May be 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 linked a pull request Dec 23, 2024 that will close this issue
2 tasks
@EldarMuhamethanov EldarMuhamethanov moved this from 🗃 Backlog to 👀 In Review in VKUI Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 👀 In Review
Development

Successfully merging a pull request may close this issue.

3 participants