Title: Combobox master detail problem Post by: MFS on August 23, 2017, 04:42:28 AM Hello.
I have two comobox in master detail relations. In detail combobox I cant made it multiselect. Why? Code: <div class="fitem"> Why? Also in detail I can only chose first one in combobox? Code: https://ibb.co/kMhOHQ Title: Re: Combobox master detail problem Post by: stworthy on August 24, 2017, 12:06:46 AM No problem. You have set 'multiple' to true, you can select multiple items in your combobox component. Please look at this example https://www.jeasyui.com/demo/main/index.php?plugin=ComboBox&theme=material&dir=ltr&pitem=Multiple%20Select&sort=
Title: Re: Combobox master detail problem Post by: MFS on August 24, 2017, 12:20:02 AM I made that allready.
Look at my code. Title: Re: Combobox master detail problem Post by: stworthy on August 25, 2017, 04:25:11 PM Please look at this example http://code.reloado.com/obosob4/edit#javascript,html
|