We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737b33d commit ee77534Copy full SHA for ee77534
apps/OpenSign/src/components/pdf/PlaceholderType.js
@@ -550,7 +550,7 @@ function PlaceholderType(props) {
550
(props.isNeedSign && props.data?.signerObjId === props.signerObjId) ? (
551
<textarea
552
ref={inputRef}
553
- placeholder="Enter label"
+ placeholder="Enter text"
554
rows={1}
555
onKeyDown={handleEnterPress}
556
value={textValue}
0 commit comments