Changing the autocomplete search to accept text without accents to ma… #2
Annotations
1 error and 4 warnings
|
packages/desktop-client/src/components/autocomplete/Autocomplete.tsx#L95
Replace `.toLowerCase().normalize("NFD").replace(/\p{Diacritic}/gu,·""` with `⏎····.toLowerCase()⏎····.normalize('NFD')⏎····.replace(/\p{Diacritic}/gu,·''`
|
packages/desktop-client/src/components/autocomplete/Autocomplete.tsx#L96
Delete `········`
|
packages/desktop-client/src/components/autocomplete/Autocomplete.tsx#L97
Replace `························value.toLowerCase().normalize("NFD").replace(/\p{Diacritic}/gu,·"")` with `······value⏎········.toLowerCase()⏎········.normalize('NFD')⏎········.replace(/\p{Diacritic}/gu,·''),`
|
packages/desktop-client/src/components/autocomplete/Autocomplete.tsx#L98
Delete `·················`
|
The logs for this run have expired and are no longer available.
Loading