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 > + + + + +