EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Punkerr on June 07, 2013, 09:24:40 AM



Title: Combobox trouble
Post by: Punkerr on June 07, 2013, 09:24:40 AM
Hi stworthy!,

I have this problem with combobox control:

1. I'm using combobox in multiselect mode, when I save data, the text in combobox looks like this: AURICULARES,LAPTOP,MICROFONO,ECRAN.
2. But when I load data to my form, the text in combobox loads like this: A,U,R,I,C,U,L,A,R,E,S,,,L,A,P,T,O,P,,,M,I,C,R,O,F,O,N,O,,,E,C,R,A,N.

I'm doing wrong?
Look my attachments. Thx in advance.


Title: Re: Combobox trouble
Post by: stworthy on June 07, 2013, 06:34:34 PM
Here is the example shows how to load combobox with multiple values. It works fine.
http://jsfiddle.net/MfqZj/


Title: Re: Combobox trouble
Post by: Punkerr on June 21, 2013, 02:06:54 PM
Thanks! that works, by the way... I loaded without commas. Thanks again!!