Multiselect: kendo add a useless select widget.

0 Answers 31 Views
MultiSelect MVVM
Marco
Top achievements
Rank 2
Iron
Iron
Marco asked on 18 Nov 2024, 02:57 PM

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.

Neli
Telerik team
commented on 21 Nov 2024, 09:58 AM

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

No answers yet. Maybe you can help?

Tags
MultiSelect MVVM
Asked by
Marco
Top achievements
Rank 2
Iron
Iron
Share this question
or