diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 3680de64..201183ce 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -8,9 +8,7 @@ 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: useroptions hour12 maybe not a thing anymore now that using native time picker?
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-control.vue b/ayanova/src/components/date-control.vue
index 74ae7fbb..8b769a66 100644
--- a/ayanova/src/components/date-control.vue
+++ b/ayanova/src/components/date-control.vue
@@ -1,156 +1,76 @@
-
-
-
-
-
-
-
-
-
- {{
- $ay.t("OK")
- }}
-
-
-
-
-
-
- {{ error }}
-
-
+
diff --git a/ayanova/src/components/date-time-control.vue b/ayanova/src/components/date-time-control.vue
index bd1771e3..8f4fe741 100644
--- a/ayanova/src/components/date-time-control.vue
+++ b/ayanova/src/components/date-time-control.vue
@@ -1,202 +1,123 @@
-
-
-
-
-
-
-
-
-
- {{
- $ay.t("OK")
- }}
-
-
-
-
-
-
-
-
-
-
- {{
- $ay.t("OK")
- }}
-
-
-
-
-
-
- {{ error }}
-
-
+
+
+
+
+
+
+
+
diff --git a/ayanova/src/components/date-time-v2-control.vue b/ayanova/src/components/date-time-v2-control.vue
deleted file mode 100644
index 44780766..00000000
--- a/ayanova/src/components/date-time-v2-control.vue
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/ayanova/src/components/time-control.vue b/ayanova/src/components/time-control.vue
index 30cfac1b..5dfc2d38 100644
--- a/ayanova/src/components/time-control.vue
+++ b/ayanova/src/components/time-control.vue
@@ -1,155 +1,86 @@
-
-
-
-
-
-
-
-
-
- {{
- $ay.t("OK")
- }}
-
-
-
-
-
-
- {{ error }}
-
-
+
diff --git a/ayanova/src/main.js b/ayanova/src/main.js
index 52430c6f..86a42993 100644
--- a/ayanova/src/main.js
+++ b/ayanova/src/main.js
@@ -35,7 +35,7 @@ import "@/assets/css/main.css";
//controls
import dateTimeControl from "./components/date-time-control.vue";
-import dateTimeControl2 from "./components/date-time-v2-control.vue";
+//import dateTimeControl2 from "./components/date-time-non-native-control.vue";//keeping around in case need it for some reason
import dateControl from "./components/date-control.vue";
import timeControl from "./components/time-control.vue";
import tagPicker from "./components/tag-picker.vue";
@@ -173,7 +173,7 @@ document.addEventListener("fetchEnd", function() {
//GZ COMPONENTS
//
Vue.component("gz-date-time-picker", dateTimeControl);
-Vue.component("gz-date-time-2-picker", dateTimeControl2);
+//Vue.component("gz-date-time-non-native-picker", dateTimeNonNativeControl);//keeping in case decide to support alternative (at this time mostly for mac ios it seems)
Vue.component("gz-date-picker", dateControl);
Vue.component("gz-time-picker", timeControl);
Vue.component("gz-tag-picker", tagPicker);
diff --git a/ayanova/src/views/widget.vue b/ayanova/src/views/widget.vue
index 587ffe38..7ba836ca 100644
--- a/ayanova/src/views/widget.vue
+++ b/ayanova/src/views/widget.vue
@@ -88,7 +88,7 @@
-
+ >
-
+ >