Closed dylansproule closed 1 year ago
Hello Dylan, selectedItem.name works fine, i've shown this selectedItem.name example just to show how the package is used. I double checked it now too. Can you please try again and let me know if the problem still persist's.
Thanks for getting back to me, sorry I was referring to the Vue component:
Line 8:
v-model="selectedItem.name" @input="handleSearch" @click="handleInput" @keydown.enter="handleEnter"
and Line 18:
<div class="clear-icon" v-if="selectedItem.name" @click="clearSearch">
Thanks for getting back to me, sorry I was referring to the Vue component:
Line 8:
v-model="selectedItem.name" @input="handleSearch" @click="handleInput" @keydown.enter="handleEnter"
and Line 18:
<div class="clear-icon" v-if="selectedItem.name" @click="clearSearch">
Thanks Dylan for pointing out this, I've fixed the issue, Please do update the package
Confirmed the updates work as intended, thanks again
It appears selectedItem.name should selectedItem[selectOptionProps.displayName]
Currently only the list item is updated.
Best, Dylan