Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52ffd3393a | |||
| 324b7facf1 | |||
| a11b75729a | |||
| 431bbee17c |
@@ -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="No. Kad Pengenalan, contoh: 900101011234" required @input="handleIcNumberInput" />
|
||||
placeholder="Contoh: 900101011234" required @input="handleIcNumberInput" />
|
||||
</template>
|
||||
|
||||
<template v-else>
|
||||
|
||||
Reference in New Issue
Block a user