Skip to content

Commit

Permalink
PE: allow special characters to be in UPI id
Browse files Browse the repository at this point in the history
  • Loading branch information
sabzdotpy committed Oct 5, 2024
1 parent 9dff937 commit b9e8d5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ export default function ProjectExpoRegistration() {
// value={upi_id}
// onChange={(e) => setupi_id(e.target.value)}
required
pattern="[\w]+@[\w]+"
pattern="[\w\s\.\-\_]+@[\w]+"
title="Enter a valid UPI ID"
placeholder="Enter your UPI ID. ex: example@oksbi"
/>
Expand Down

0 comments on commit b9e8d5e

Please sign in to comment.