New
getOptionKey
function prop
Used to set the :key
for each option being iterated in v-for
. Will JSON.stringify
options by default, or look for an option.id
.
Fixes
- #939 fixes #805 that prevented falsey values from working with
reduce
- #914 fixes a bug where changes from a parent were not synced with
v-model
when usingreduce
– big thanks to @doits 🎉 for the great contribution! Closes #855, #917, #925, #923, #901, #892 - #934 fixes a bug where clicking on a certain area of the select would not open the dropdown – thanks @tobyzerner 🎉