Kendo Multi Select dropdown, selected items not appearing with in the text.

1 Answer 171 Views
MultiSelect
Jyothi
Top achievements
Rank 1
Iron
Iron
Veteran
Jyothi asked on 21 Jan 2022, 04:31 PM

Hi,

I took an example from kendo website (from stackblitz) and tried it. 

Overview - MultiSelect - Kendo UI for Angular (telerik.com)

For some reason

1. The dropdown input box  is very small. Not able to adjust the size.

2. Upon selection, the selected item is appearing above the dropdonText Box.

Here is the html, pretty much from the website

<form [formGroup]="myForm">
   <div class="example-config">
     The form.gender value is: <strong>{{ myForm.controls.gender.value | json }}</strong>
   </div>
   <p>Select Gender:</p>
   <kendo-multiselect
       formControlName="gender"
       [data]="genders"
       [textField]="'text'"
       [valueField]="'value'"
       [valuePrimitive]="true"  
       #gender        
   >
   </kendo-multiselect>
 </form>

1 Answer, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 26 Jan 2022, 12:58 PM

Hi Jyothi,

Looking at the provided screenshot, it seems as if the CSS has not been loaded.

Please make sure that a Kendo Theme is loaded. If a Kendo Theme is loaded, the component should look as the one in this Stackblitz example.

Also, please have in mind that the Kendo UI for Angular packages (Buttons, Inputs, DropDowns, DateInputs and TreeView) received major rendering changes, which require updating the components to the latest version:

https://www.telerik.com/kendo-angular-ui/components/installation/up-to-date/

And the latest version of our components require the latest version (v5) of Kendo Themes to be used.

Let us know in case additional information is needed.

Regards,
Ivo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
MultiSelect
Asked by
Jyothi
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Ivo
Telerik team
Share this question
or