searchable_dropdown icon indicating copy to clipboard operation
searchable_dropdown copied to clipboard

SearchFn should work on independent key.

Open arifpavel opened this issue 4 years ago • 0 comments

Currently searchFn works with value as key. But think about a scenario where we want to take id of an item as the value but provide searchability on other keys like name, address, etc; I think we should get a key for a searchable field like searchableKey: item.name That will be so useful.

arifpavel avatar May 06 '20 14:05 arifpavel