diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 79f82a80..3680de64 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -8,6 +8,10 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8
todo: datetime should support keyboard entry if typing
+todo: server error not displaying properly for broken rules?
+ widget start date invalid format or missing I guess was the issue but no feedback
+ {"error":{"code":"2200","details":[{"target":"StartDate","error":"2201"}],"message":"Object did not pass validation"}}
+
todo: if dbid in url query parameter of contact form on server it should include that in the message
also something needs to be fixed there, it's been in notes forever
diff --git a/ayanova/src/components/date-time-v2-control.vue b/ayanova/src/components/date-time-v2-control.vue
index 5e008ee6..54182cc5 100644
--- a/ayanova/src/components/date-time-v2-control.vue
+++ b/ayanova/src/components/date-time-v2-control.vue
@@ -1,33 +1,38 @@
-
-
-
-
-
-
- {{ error }}
-
+
+ {{ internalValue }}
+
+
+
+
+
+
+
+
+ {{ error }}
+
+
+