From 6e44a830e2a026aecc03afcbf397742c278b98cd Mon Sep 17 00:00:00 2001 From: Sreenadh S <32409698+sree96@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:50:31 +0530 Subject: [PATCH] fix(MOSIP-29272): remove paste option for pin inputs (#894) Signed-off-by: Tilak Puli --- components/PinInput.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/PinInput.tsx b/components/PinInput.tsx index 5549c69b61..669460a557 100644 --- a/components/PinInput.tsx +++ b/components/PinInput.tsx @@ -16,9 +16,10 @@ export const PinInput: React.FC = props => { }, [state]); return ( - + {inputRefs.map((input, index) => (