When using search getOptions, the list should not be filtered by the select
See original GitHub issueWhen the search is used
<v-select :on-search="ownSearchFunction" ...
own business logic is applied, to control which options should be shown. In this case the select should not apply text match filtering, because it modifies the already returned options generated by the “ownSearchFunction” function.
Example, when the user types something, I send query to the server to return options. The options also has similar alternatives to the search. But the select only shows those that are text matched and ignoring the similar options that the custom function returns.
Conclusion: When the user uses own search function, there should be a possibility to show the options returned by the custom function without altering with text match.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Async multi-select removing values on search #2256 - GitHub
I'm having a weird issue when searching on an async multi-select. ... where the items selected are not being removed from the dropdown...
Read more >How do I get the list of filtered (selectable) options in react ...
The simplest solution would be to implement your own onChange that tracks the value of the <Select /> then filters the options down, ......
Read more >react-select-search - npm
An array of functions that takes the last filtered options and a search query if any. Runs after getOptions. value, string, array, null,...
Read more >NetSuite Applications Suite - Oracle Help Center
Cloud · Cloud Applications · NetSuite. NetSuite Applications Suite. Table of Contents; Search. Contents. Expand AllCollapse All.
Read more >How To Handle Dropdowns In Selenium WebDriver Using ...
While dealing with access forms, you'd often have to handle dropdown. Here's how you can handle them with Selenium WebDriver in Selenium ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lsycxyj I’ve been working on just that, and it’s looking like I will have a contributing team very soon. I know there’s a lot of people waiting for things to be addressed and merged.
That said, I’d ask that you adjust your expectations for small open source projects. I build and maintain this component on my own time during evenings and weekends and your comment does not motivate me to continue to do so.
@sagalbot I mean maybe you could recruit some other maintainters or moderators to help you.