diff --git a/packages/vkui/src/components/CustomSelect/CustomSelect.tsx b/packages/vkui/src/components/CustomSelect/CustomSelect.tsx index 772d51a5e6..455194201e 100644 --- a/packages/vkui/src/components/CustomSelect/CustomSelect.tsx +++ b/packages/vkui/src/components/CustomSelect/CustomSelect.tsx @@ -471,7 +471,7 @@ export function CustomSelect { const item = options[index]; - setNativeSelectValue(item?.value ?? NOT_SELECTED); + setNativeSelectValue(item?.value ?? NOT_SELECTED.NATIVE); close(); const shouldTriggerOnChangeWhenControlledAndInnerValueIsOutOfSync =