feat: confirmation popup for Action Icon in view Beneficiary,
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user