From 3c12d849f6a519c45a1ce80f34fde3968bde914b Mon Sep 17 00:00:00 2001 From: AnandaTon <125332905+anandaAiemvong@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:40:03 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20=20counter=20=E0=B9=81=E0=B8=81=E0=B9=89=20maxlength=20?= =?UTF-8?q?=E0=B8=82=E0=B8=AD=E0=B8=87=20tellephone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/01_exam/components/Form/Profile/Information.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/01_exam/components/Form/Profile/Information.vue b/src/modules/01_exam/components/Form/Profile/Information.vue index 698cf7d..87f8274 100644 --- a/src/modules/01_exam/components/Form/Profile/Information.vue +++ b/src/modules/01_exam/components/Form/Profile/Information.vue @@ -279,8 +279,10 @@ hide-bottom-space :outlined="edit" dense + counter lazy-rules type="tel" + maxlength="12" :class="getClass(edit)" :readonly="!edit" :borderless="!edit" @@ -297,8 +299,10 @@ hide-bottom-space :outlined="edit" dense + counter lazy-rules type="tel" + maxlength="12" :class="getClass(edit)" :readonly="!edit" :borderless="!edit"