From 10d8319073f69a781373d9d0450c30c837f3ee1f Mon Sep 17 00:00:00 2001 From: Magdalena Markusik Date: Thu, 22 Oct 2020 12:28:15 +0200 Subject: [PATCH] fix --- .../SingleAutocompleteSelectField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SingleAutocompleteSelectField/SingleAutocompleteSelectField.tsx b/src/components/SingleAutocompleteSelectField/SingleAutocompleteSelectField.tsx index 8df47855a..cdc16d14d 100644 --- a/src/components/SingleAutocompleteSelectField/SingleAutocompleteSelectField.tsx +++ b/src/components/SingleAutocompleteSelectField/SingleAutocompleteSelectField.tsx @@ -125,7 +125,7 @@ const SingleAutocompleteSelectFieldComponent: React.FC { - if (allowCustomValues && !alwaysCheck) { + if ((allowCustomValues || isValueInLabels) && !alwaysCheck) { return; }