From 06109a88279f89f0ca91c268ee52b88414da2c31 Mon Sep 17 00:00:00 2001 From: Dev Singh <88476780+devsingh05298@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:52:23 +0530 Subject: [PATCH] BAH-4138 | Show Validation rules while creating custom ABHA Address (#98) --- src/components/creation/CreateABHAAddress.jsx | 11 +++++++++++ src/components/creation/Footer.jsx | 4 ++-- src/components/creation/creation.scss | 5 +++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/components/creation/CreateABHAAddress.jsx b/src/components/creation/CreateABHAAddress.jsx index 8122d1a..790c2b9 100644 --- a/src/components/creation/CreateABHAAddress.jsx +++ b/src/components/creation/CreateABHAAddress.jsx @@ -121,6 +121,17 @@ const CreateABHAAddress = (props) => { Create +
+

+ Abha Address should contain :
+ 1. Minimum 8 characters.
+ 2. Maximum 18 characters.
+ 3. Special characters allowed 1 dot (.) and/or 1 underscore (_).
+ 4. Special character dot and underscore should be in between.
+ 5. Special characters cannot be in the beginning or at the end.
+ 6. Alphanumeric - only numbers, only letters or any combination of numbers and letters is allowed. +

+
{loader && } {error !== "" &&
{error}
}