diff --git a/apps/OpenSign/src/components/pdf/PlaceholderType.js b/apps/OpenSign/src/components/pdf/PlaceholderType.js index f808e3e96..0ad072812 100644 --- a/apps/OpenSign/src/components/pdf/PlaceholderType.js +++ b/apps/OpenSign/src/components/pdf/PlaceholderType.js @@ -135,7 +135,7 @@ function PlaceholderType(props) { } } // eslint-disable-next-line react-hooks/exhaustive-deps - }, [props.pos]); + }, [props.pos?.options?.defaultValue]); const ExampleCustomInput = forwardRef(({ value, onClick }, ref) => (
{ - // setTextValue(e.target.value); - // onChangeInput( - // e.target.value, - // props.pos.key, - // props.xyPostion, - // props.index, - // props.setXyPostion, - // props.data && props.data?.Id, - // false - // ); - // }} - // />