From ced5089caf3d9005a198d8241bf2ed1760b60f9a Mon Sep 17 00:00:00 2001 From: James Collins Date: Mon, 20 Feb 2023 18:28:14 +1000 Subject: [PATCH] added datetime type --- resources/js/components/SMInput.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/js/components/SMInput.vue b/resources/js/components/SMInput.vue index ff3dba3..506b9c2 100644 --- a/resources/js/components/SMInput.vue +++ b/resources/js/components/SMInput.vue @@ -18,7 +18,8 @@ type == 'password' || type == 'email' || type == 'url' || - type == 'daterange' + type == 'daterange' || + type == 'datetime' " :type="type" :placeholder="placeholder"