From 38e1dd388663bb574ad54540de535b480967c503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20In=C3=A1cio?= Date: Mon, 4 Mar 2024 10:18:56 +0100 Subject: [PATCH] :bug: Adds isValid and required fields to HdInputPhone (#1261) --- src/components/form/HdInputPhone.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/form/HdInputPhone.vue b/src/components/form/HdInputPhone.vue index 9ade2736..635b50a0 100644 --- a/src/components/form/HdInputPhone.vue +++ b/src/components/form/HdInputPhone.vue @@ -52,12 +52,12 @@ :custom-rules="[isValidNumber, isMobileNumber, canBeInternationallyDialled]" :formatter="phoneFormatter" @input="handleInputEvent" + :required="required" />