EasyUI Forum
September 14, 2025, 02:30:37 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: combo - Explorer  (Read 8653 times)
evaj
Newbie
*
Posts: 13


View Profile Email
« 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?
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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;">
                     <option value="all">All</option>
                     <option value="blue">Blue</option>
                     <option value="red">red</option>
                     <option value="yellow">Yellow</option>
                  </select>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!