Keti777 / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

Wrong behavior with disabled options #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
<select multiple="multiple" id="fuck">
  <option disabled="disabled">Choose one</option>
  <option>1</option>
  <option>2</option>
  <option>3</option>
  <option>4</option>
</select>
<script>
  $('#fuck').dropdownchecklist();
</script>

Try this and see.

Original issue reported on code.google.com by go.al.ni@gmail.com on 21 Jan 2010 at 4:21

Attachments:

GoogleCodeExporter commented 8 years ago
Damn. Forgot to change id >_<

Original comment by go.al.ni@gmail.com on 21 Jan 2010 at 4:22

GoogleCodeExporter commented 8 years ago
you are right is f..ed :)
I will look into it. Thanks for reporting it.

Original comment by adrian.tosca on 21 Jan 2010 at 4:42

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Version 1.0 addresses this problem, please check it again

Original comment by womohun...@ittrium.com on 14 Sep 2010 at 3:12