vueform / multiselect

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
https://vueform.com
MIT License
807 stars 150 forks source link

"noresults" slot not working #393

Open Ajwang002 opened 9 months ago

Ajwang002 commented 9 months ago

`<template #noresults>

{{ contact_type }} Not Found 🚫.

<template #nooptions>

The {{ contact_type }} list is empty 🚫.

`

The "nooptions" slot is functioning as expected, but the "noresults" slot is not working in the given scenario.

adamberecz commented 5 months ago

Would closing the first <template> tag help?

Ajwang002 commented 5 months ago

Would closing the first <template> tag help?

Yeah I closed 'noresults' template tag, even also it's not working...

adamberecz commented 5 months ago

It does on my end, so feel free to create a reproduction and I'll have a look.