Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7429576b9 | |||
| b05e074456 |
@@ -365,7 +365,7 @@ const stepLabelClass = (stepId: number) => {
|
|||||||
<Input v-model="email" :class="inputClass" type="email" placeholder="Email" autocomplete="email"
|
<Input v-model="email" :class="inputClass" type="email" placeholder="Email" autocomplete="email"
|
||||||
required />
|
required />
|
||||||
<Input v-model="icNumber" :class="inputClass" type="text" inputmode="numeric" maxlength="15"
|
<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>
|
||||||
|
|
||||||
<template v-else>
|
<template v-else>
|
||||||
|
|||||||
Reference in New Issue
Block a user