Searching and value selection
See original GitHub issueI have two questions for integration into my app.
1. Searching
How can I make search case-insesitive? I have mostly custom label option setup which sets my label like
formatLabel (val) {
if (this.customLabel) {
return obsKeysToString(val, this.customLabel, ' - ')
} else {
return val[this.label]
}
}
In this case I can add multiple keys from options object to display as a label. Works perectly, but search only works on the key I pass trough label
prop and it’s case-sensitive…
2. Value selection
When I select an option it returns me entire selected object from options. Is there a way to return a specific key - value from this selected object?
Thanks a lot!
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Find and select cells that meet specific conditions
On the Home tab, click Find & Select > Go To (in the Editing group). Keyboard shortcut: Press CTRL+G. Click Special.
Read more >How to search/find and replace values in selection or selected ...
You can search or find and replace values in selection with Excel build-in feature. Please do as follows. 1. Select the range or...
Read more >Searching and selecting an option value in a HTML select ...
I need your help. I am a newbie to javascript and I am unsure as to how I would go about searching for...
Read more >Chapter 4: Searching for and selecting studies
This chapter outlines some general issues in searching for studies; describes the main sources of potential studies; and discusses how to plan the...
Read more >Find & Select in Excel (Easy Tutorial)
Find. To quickly find specific text, execute the following steps. 1. On the Home tab, in the Editing group, click Find & Select...
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
I will try to release the case-insensitive version today as it’s already done. Just need to bundle and publish it.
So sad this was abandonned