diff --git a/components/case/representation/representationElements.js b/components/case/representation/representationElements.js
index 0cc34aa2..adc14a0f 100644
--- a/components/case/representation/representationElements.js
+++ b/components/case/representation/representationElements.js
@@ -457,7 +457,7 @@ export const RenderPickList = ({
datafieldname,
name,
label,
- input: { onChange, value },
+ input,
optionsArr,
meta: { touched, error },
errorMsg,
@@ -487,12 +487,12 @@ export const RenderPickList = ({