Skip to content

Commit

Permalink
language select field strips diaclitics
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducica committed Oct 18, 2023
1 parent 8734496 commit 5365b33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const LanguageSelectField = ({
const { setFieldTouched } = useFormikContext();
return (
<SelectField
deburr
onBlur={() => setFieldTouched(fieldPath)}
fieldPath={fieldPath}
optimized
Expand Down

0 comments on commit 5365b33

Please sign in to comment.