|
Title: combo - Explorer Post by: evaj on January 11, 2013, 06:12:35 AM Hello,
I'm using a combobox <select id="ccd" class="easyui-combobox" name="dili" style="width:150px;"> <option>All</option> <option>Blue</option> <option>red</option> <option>Yellow</option> </select> And with the internet explorer 8, don't fix only with Chrome and mozilla The problem is that I can't select any option, is like locked Please Could you help me? Title: Re: combo - Explorer Post by: stworthy on January 11, 2013, 07:59:24 AM Please set the 'value' attribute for every option.
Code: <select id="ccd" class="easyui-combobox" name="dili" style="width:150px;"> |