DONE: renaming the placeholder from ic number to more detailed
This commit is contained in:
@@ -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