Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgkare authored Oct 26, 2024
1 parent 2ffa346 commit 61bcce9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,11 +482,11 @@ export default function ProjectExpoRegistration() {
// value={tnr_number: form.current.elements["tnr_number"].value}
// onChange={(e) => settnr_number(e.target.value)}: form.current.elements["tnr_number"].value
required
placeholder="Enter 12 digit UPI Transaction ID / UTR Number"
placeholder="Enter 12 digit UTR Number / Transaction ID"
minLength={12}
maxLength={12}

title="Enter a valid 12 digit UPI Transaction ID / UTR Number"
title="Enter a valid 12 digit UPI UTR Number / Transaction ID"
/>
<input
type="text"
Expand Down

0 comments on commit 61bcce9

Please sign in to comment.