vue-search-select icon indicating copy to clipboard operation
vue-search-select copied to clipboard

BasicSelect filtered customAttrs fix

Open Nick-Pyze opened this issue 5 years ago • 1 comments

Resolves moreta/vue-search-select#117

Updating Basic Select to use filterOptions instead of options when checking customAttrs. This stops the issue where when searching, incorrect attrs get assigned based on the original options array, instead of the filteredOptions subset

EDIT:: also updating ModelSelect to have this fix

Nick-Pyze avatar Apr 18 '19 22:04 Nick-Pyze

up

gmonte avatar Sep 26 '19 16:09 gmonte