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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -