I am using bootstrap-select for a form using data-live-search
enabled, so that the user can both type the search term and find it in the dropdown. The dropdown list, however, has some terms with accents, like for example:
- León
- Castellón
- Nájera
We'd like to make the search field in bootstrap-select accent-insensitive. Can it be done? I searched through the project's Github and didn't find anything, except for this issue:
https://github.com/silviomoreto/bootstrap-select/issues/767
And it's not clear to me whether it was finally implemented or what.