Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sabzdotpy committed Oct 31, 2024
2 parents 86cddaa + 61bcce9 commit 5371afb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,10 +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"
placeholder="Enter 12 digit UTR Number / Transaction ID"
minLength={12}
maxLength={12}
title="Enter a valid 12 digit UPI Transaction ID"

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

0 comments on commit 5371afb

Please sign in to comment.