jquery-simple-combobox
jquery-simple-combobox copied to clipboard
Accent filtering problem
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.
@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});