Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accent filtering problem #68

Open
indesignlatam opened this issue Jun 17, 2015 · 1 comment
Open

Accent filtering problem #68

indesignlatam opened this issue Jun 17, 2015 · 1 comment

Comments

@indesignlatam
Copy link

Hi,
In first place thanks for the great work on this combobox.

While working in a project I realised that in some cases there may be the need of ignoring the accents when filtering the options for example,
I type Cajica but the Cajicá option is not showed.

Can someone guide me in the right direction for doing this.

An option like ignoreAccent may be a good add.

ivkremer added a commit that referenced this issue Jun 18, 2015
@ivkremer
Copy link
Owner

@wanchopeblanco thank you very mush for this suggestion, it's very useful.
I've added an option the same way as filterIgnoreCase. It is false by default, but you can easily change the default settings of your plugin by:

$().scombobox.extendDefaults({filterIgnoreAccents: true});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants