|
Title: Group ComboBox problem Post by: mzeddd on April 16, 2015, 06:54:04 AM Hi,
I noticed one thing in combobox (example from demo: demo/combobox/group.html) If I edit 'combobox_data2.json' file this way (see below) I get two groups with the same name Code: [{It does not look good. (even with pure HTML) Title: Re: Group ComboBox problem Post by: jarry on April 16, 2015, 03:24:47 PM The items must be moved together regarding the group values. If not, you can use the loadFilter function to change its order before loading to the combobox component.
|