You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with filtering data containing UTF8 characters, like names of people from Slovakia, for example Čechovič, Šipoš etc...
I want to find this name also by typing cechovic, sipos... Currently I have to add another set of data from backend with strings with removed special characters. to be able to do the filtering.
Is it possible to add support for this directyl in Vue?