Hi everyone.
My multiselect works fine, but it adds a completely useless extra select at the bottom.
How can I remove it?
This is my code. The multiselect is fired by mvvm.
<select id="categories"
data-placeholder="Seleziona le categorie"
data-role="multiselect"
data-bind="source: categories, value: detailForm.data.selectedCategories"
data-value-field="id"
data-text-field="name"
>
</select>
Any hint?
Thanks in advance.
Hi Marco,
I used the provided snippet to prepare and test in the Dojo linked here - https://dojo.telerik.com/pqKBEqQM. However, on my side the component works as expected. Could you please review the Dojo example and let me know if I am missing something? I will appreicate any detail on how the issue can be replicated.
Looking forward to your reply.
Regards,
Neli