davidstutz / bootstrap-multiselect

JQuery multiselect plugin based on Twitter Bootstrap.
https://davidstutz.github.io/bootstrap-multiselect/
Other
3.67k stars 1.98k forks source link

Search type #1208

Closed SprayDev closed 3 years ago

SprayDev commented 3 years ago

Hello, is there a way to search by first letters? For example, I have 3 emails: test@mail.com, bird@mail.com, cat@mail.com. And when Im searching with "te", the result should be test@mail.com. And when Im searching with "@mail", the result should be null.

SprayDev commented 3 years ago

Fount the solution, need to set enableFullValueFiltering = true.