From db310b0d73ae07d06eb4381c16425c43f1425d1f Mon Sep 17 00:00:00 2001 From: RaktimaNXG Date: Tue, 2 Apr 2024 11:01:46 +0530 Subject: [PATCH] fix: remove text validation from name,company,job title widgets --- apps/OpenSign/src/components/pdf/PlaceholderType.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/OpenSign/src/components/pdf/PlaceholderType.js b/apps/OpenSign/src/components/pdf/PlaceholderType.js index 0ad072812..918fdc129 100644 --- a/apps/OpenSign/src/components/pdf/PlaceholderType.js +++ b/apps/OpenSign/src/components/pdf/PlaceholderType.js @@ -512,7 +512,6 @@ function PlaceholderType(props) { rows={1} onKeyDown={handleEnterPress} value={textValue} - onBlur={handleInputBlur} onChange={(e) => { const isDefault = false; handleTextValid(e); @@ -553,7 +552,6 @@ function PlaceholderType(props) { rows={1} onKeyDown={handleEnterPress} value={textValue} - onBlur={handleInputBlur} onChange={(e) => { handleTextValid(e); onChangeInput( @@ -593,7 +591,6 @@ function PlaceholderType(props) { rows={1} onKeyDown={handleEnterPress} value={textValue} - onBlur={handleInputBlur} onChange={(e) => { handleTextValid(e); onChangeInput(