• 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
bootstrap-multiselect.js 16.6 KB