From 7819a0f9008d9a76477825b48c43172880416d03 Mon Sep 17 00:00:00 2001 From: sindhu Date: Fri, 31 May 2024 18:56:50 +0700 Subject: [PATCH] step 9 : change input type dob edit to hidden --- handlers/dev/md.doctor.handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/dev/md.doctor.handlers.go b/handlers/dev/md.doctor.handlers.go index 92e7405..35018df 100644 --- a/handlers/dev/md.doctor.handlers.go +++ b/handlers/dev/md.doctor.handlers.go @@ -375,7 +375,7 @@ func (lh *MdDoctorHandler) HandleShowMdDoctorScreen(c echo.Context) error { Label: "Tanggal Lahir Edit", Name: "doctortgllahiredit", Placeholder: "Tanggal Lahir Edit", - Type: "text", + Type: "hidden", ID: "doctortgllahiredit", // Value: "2021-01-01", },