diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ab1a91c5..ab76fb88 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,17 +6,6 @@ MISC ITEMS THAT CAME UP -todo: time picker no way to select NOW -todo: time picker defaults to 12:00am when date is selected, how about current time instead? -todo: date picker component add drop down quick pick: - i.e. Hour from now, Day from now, Week from now, Month from now. - -todo: datetime picker read only mode is grayed out, should not be? - probably still setting both readonly and disabled like old times - - - - todo: Server returned broken rules not showing in form beside the field in Question test on widget form to confirm todo: incorrect creds on login get "res is not defined" instead of proper error diff --git a/ayanova/src/components/date-control.vue b/ayanova/src/components/date-control.vue index f4a9f849..2b646297 100644 --- a/ayanova/src/components/date-control.vue +++ b/ayanova/src/components/date-control.vue @@ -38,7 +38,6 @@ :value="readonlyFormat()" :label="label" readonly - disabled prepend-icon="$ayiCalendarAlt" >