multiselect
multiselect copied to clipboard
"noresults" slot not working
`<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.
Would closing the first <template> tag help?
Would closing the first
<template>tag help?
Yeah I closed 'noresults' template tag, even also it's not working...
It does on my end, so feel free to create a reproduction and I'll have a look.