From b19001041f6fcf8cbdd4fc03f2ba357269aa490e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 1 Mar 2019 19:28:38 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 + ayanova/src/views/inventory-widget-edit.vue | 39 +++++++++++++++------ 2 files changed, 29 insertions(+), 11 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8ceefe73..951ecd28 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -15,6 +15,7 @@ TODO CLIENT STUFF TODO NEXT DATETIME - Ok, fuck a combined date and time, no one else seems to support it but me so split it into separate components: +- How to work with getting and setting a value from a component? Because datepicker expects a string of only date and barfs otherwise but I have a combined field that needs to be set as well - Get the test form working with a custom date and time thing like this: - single read only text field with initial display of date and time in users's locale format - A button to the left with a calendar icon to trigger a date picker to adjust the date diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue index e7f38d3a..453b3249 100644 --- a/ayanova/src/views/inventory-widget-edit.vue +++ b/ayanova/src/views/inventory-widget-edit.vue @@ -36,6 +36,7 @@ required > + + + + +