1. 26 Jul, 2013 2 commits
  2. 18 Jul, 2013 4 commits
  3. 16 Jul, 2013 1 commit
  4. 15 Jul, 2013 1 commit
  5. 01 Jul, 2013 1 commit
  6. 27 Jun, 2013 5 commits
  7. 23 Jun, 2013 1 commit
  8. 13 Jun, 2013 2 commits
  9. 12 Jun, 2013 2 commits
  10. 11 Jun, 2013 5 commits
  11. 10 Jun, 2013 1 commit
  12. 09 Jun, 2013 2 commits
  13. 08 Jun, 2013 1 commit
  14. 02 Jun, 2013 2 commits
  15. 30 May, 2013 1 commit
    • Adrian 'Nexces' Piotrowicz's avatar
      Altered filtering behavior · 11785d83
      Adrian 'Nexces' Piotrowicz authored
      Filtering can be now done on option lables or values or both.
      Configurable via: 'filterBehavior' option
      Possible values are:
      * 'text' (default) - uses only label text for filtering
      * 'value' - uses only option value for filtering
      * 'both' - uses label text and option value
      11785d83
  16. 29 May, 2013 4 commits
  17. 22 May, 2013 1 commit
  18. 10 May, 2013 1 commit
  19. 03 May, 2013 3 commits
    • David Stutz's avatar
      Fixed #81. · 7758d767
      David Stutz authored
      The filtering option will now hide or show the filtered options instead
      of destryoing/rubuilding them. So selected options will not be
      destroyed. Updated the demo an knockout examples. Added "fork me"
      slogan.
      7758d767
    • David Stutz's avatar
      #76, #75, updated demo. · 9700a3d2
      David Stutz authored
      See #76, #75. Updated demo and knockout examples. Multiselect iwll adopt
      the disabled state of the select.
      9700a3d2
    • David Stutz's avatar
      Merge pull request #77 from studiofrenetic/master · a23728aa
      David Stutz authored
      case-insensitive filtering.
      a23728aa