diff --git a/lib/components/Input/dropdown-field/index.tsx b/lib/components/Input/dropdown-field/index.tsx index 0b8752c6..26c6b8a4 100644 --- a/lib/components/Input/dropdown-field/index.tsx +++ b/lib/components/Input/dropdown-field/index.tsx @@ -136,9 +136,7 @@ export const InputDropdown = forwardRef( onKeyDown={() => setShouldFilterList(true)} readOnly={!isAutocomplete} type="select" - value={ - selectedItem ? reactNodeToString(selectedItem.text) : "" - } + value={selectedItem?.value} {...getInputProps()} {...rest} />