Šarūnas Snapkauskas

Results 1 comments of Šarūnas Snapkauskas

Any news? I've managed to cover my use case by using this in `matchSingleOption`: ```ts const matchWithoutDiacritics = (value: string | undefined, searchText: string) => { return ( value ?.toLowerCase()...