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

[enhancement]: jsonConfig - autocompleteSendTo: filter should recognize also label #2825

Open
1 task done
Scrounger opened this issue Nov 22, 2024 · 0 comments
Open
1 task done

Comments

@Scrounger
Copy link

No existing issues.

  • There is no existing issue for my request.

Related problems

A jsonConfig autocompleteSendTo object e.g. looks like

[{"value": "value1", "label": "label1"}, {"value": "value2", "label": "label2"}, {"value": "value3", "label": "label3"}]

With the option "filter": true, you can filter the objects but the filter function only recognize the value property. So if the value and label is totally diffrent, the filter function is not very userfriendly

Description

filter function should also recognize the label property.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants