sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.33k forks source link

Taggable multiply select with no-drop and multiple throws an error #1799

Open nkeyy0 opened 9 months ago

nkeyy0 commented 9 months ago

These lines of code throw an error in case you have taggable select with no-drop and multiply props are set as true. and the custom input is passed in the slot. https://github.com/sagalbot/vue-select/blob/857753655adbebae612518aab072ed7f4a8deaa0/src/components/Select.vue#L1053C1-L1055C8