input react variavel.normalize("NFD").replace(/[\u0300-\u036f]/g, "") code example
Example: javascript remover acentos
string.normalize('NFD').replace(/[\u0300-\u036f]/g, "");
string.normalize('NFD').replace(/[\u0300-\u036f]/g, "");