I am working on react-select library and facing some issues, I am using redux-form library and importing component from it
react-select
redux-form
Try setting onBlurResetInput property to false.
onBlurResetInput
Something like.
const SelectInput = ({input: { onChange, value }, options, name, id}) => ( )
Hope this helps!