non ascii characters - Accents in HTML5 datalist -
In one form, I have a text input with a dentist in Dalit, I have emphasized those words which Text will not appear in the input. For example: If I type "a", then suggestions in words with "¤¤" or "" will not appear ...
The best sign will be insensitive < P> Does any problem already appear?
Thanks
A dirty way you can do that, something like that By:
var noAccent = str.normalize ("NFD"). Replace (/ [\ u0300- \ u036f] / g, "");
Comments
Post a Comment