fix
This commit is contained in:
parent
bfdeb0d654
commit
10d8319073
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ const SingleAutocompleteSelectFieldComponent: React.FC<SingleAutocompleteSelectF
|
||||||
);
|
);
|
||||||
|
|
||||||
const ensureProperValues = (alwaysCheck: boolean = false) => {
|
const ensureProperValues = (alwaysCheck: boolean = false) => {
|
||||||
if (allowCustomValues && !alwaysCheck) {
|
if ((allowCustomValues || isValueInLabels) && !alwaysCheck) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue