DONE: renaming the placeholder from ic number to more detailed
Build Docker Image / build-backend (push) Successful in 2m23s
Build Docker Image / build-frontend (push) Successful in 19s

This commit is contained in:
ISMAIL MASSERAN
2026-07-14 12:13:18 +08:00
parent b05e074456
commit f7429576b9
+1 -1
View File
@@ -365,7 +365,7 @@ const stepLabelClass = (stepId: number) => {
<Input v-model="email" :class="inputClass" type="email" placeholder="Email" autocomplete="email"
required />
<Input v-model="icNumber" :class="inputClass" type="text" inputmode="numeric" maxlength="15"
placeholder="Contoh: 900101011234" required @input="handleIcNumberInput" />
placeholder="No. Kad Pengenalan, contoh: 900101011234" required @input="handleIcNumberInput" />
</template>
<template v-else>