This commit is contained in:
Magdalena Markusik 2020-10-22 12:28:15 +02:00
parent bfdeb0d654
commit 10d8319073

View file

@ -125,7 +125,7 @@ const SingleAutocompleteSelectFieldComponent: React.FC<SingleAutocompleteSelectF
);
const ensureProperValues = (alwaysCheck: boolean = false) => {
if (allowCustomValues && !alwaysCheck) {
if ((allowCustomValues || isValueInLabels) && !alwaysCheck) {
return;
}