feat: confirmation popup for Action Icon in view Beneficiary,

This commit is contained in:
2025-10-09 12:46:14 +05:30
parent 75a4e9199b
commit 917a17d826
3 changed files with 76 additions and 6 deletions

View File

@@ -390,9 +390,9 @@ export default function AddBeneficiaryOthers() {
maxLength={17}
readOnly={isVisibilityLocked}
withAsterisk
// onCopy={(e) => e.preventDefault()}
// onPaste={(e) => e.preventDefault()}
// onCut={(e) => e.preventDefault()}
onCopy={(e) => e.preventDefault()}
onPaste={(e) => e.preventDefault()}
onCut={(e) => e.preventDefault()}
/>
{validationStatus === "error" && (
@@ -454,7 +454,7 @@ export default function AddBeneficiaryOthers() {
maxLength={6}
disabled={otpVerified}
withAsterisk
style={{ flex: 1 }}
style={{ flex: 1 }}
/>
{!otpVerified && (