added in postcode validation regex and error msg

This commit is contained in:
2024-03-19 10:04:19 +00:00
parent ef009fcea1
commit 876dc5bd92
28 changed files with 65 additions and 31 deletions
+2
View File
@@ -72,6 +72,7 @@ const BuildProgress = (props) => {
aria-current="step"
data-show=""
id={FieldsTranslations(progObj[index].title)
.toString()
.replace(/\s+/g, "-")
.toLowerCase()}
>
@@ -112,6 +113,7 @@ const BuildProgress = (props) => {
FieldsTranslations(
progObj[index].title
)
.toString()
.replace(/\s+/g, "-")
.toLowerCase()
}