question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When using search getOptions, the list should not be filtered by the select

See original GitHub issue

When 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:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sagalbotcommented, Sep 6, 2017

@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.

0reactions
lsycxyjcommented, Sep 6, 2017

@sagalbot I mean maybe you could recruit some other maintainters or moderators to help you.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found