1. 18 Jul, 2013 2 commits
  2. 16 Jul, 2013 1 commit
  3. 01 Jul, 2013 1 commit
  4. 27 Jun, 2013 5 commits
  5. 23 Jun, 2013 1 commit
  6. 12 Jun, 2013 2 commits
  7. 11 Jun, 2013 5 commits
  8. 10 Jun, 2013 1 commit
  9. 09 Jun, 2013 2 commits
  10. 08 Jun, 2013 1 commit
  11. 02 Jun, 2013 2 commits
  12. 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
  13. 29 May, 2013 4 commits
  14. 22 May, 2013 1 commit
  15. 10 May, 2013 1 commit
  16. 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
  17. 30 Apr, 2013 1 commit
  18. 29 Apr, 2013 3 commits
  19. 28 Apr, 2013 3 commits
    • David Stutz's avatar
      Added selectAllValue option. · 237010cd
      David Stutz authored
      Added the selectAllValue option to change the value by which the select
      all option is identified. Cosmetics.
      237010cd
    • David Stutz's avatar
      Fixed .refresh(), unfocussing of filter. · b15d6e2a
      David Stutz authored
      Fixed an issue concerning the refresh method and the unfocussing of the
      filter search input after filtering the options.
      b15d6e2a
    • David Stutz's avatar
      Updated documentation/README. Cosmetics. · 67eb61ef
      David Stutz authored
      Updated documentation: includeSelectAll, selectAllText, selectedClass,
      enabledFiltering and filterPlaceholder options. Updated the README.
      moved the filter initialization to the buildDropdown method. The rebuild
      method has to remove the search field, too, otherwise it will be
      duplicated.
      67eb61ef