Skip to content

'rebuild' disables 'enablefiltering' #113

Closed
@Drifeter

Description

when a multiselect is created using enableFiltering : true like this
$('.multiselect').multiselect({
includeSelectAllOption: true,
enableFiltering: true
})
the search option appears and its all OK.

but after a rebuild is made
$("#mySelect").multiselect('rebuild');

the search option disappears...

how can i rebuild the multiselect with enableFiltering: true?
or at least inject this property after the rebuild is made.

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions