From 076bda2fe64c6d1bf914a0b37d27f32539f6019a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 28 Nov 2019 21:05:24 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 10 +++++----- ayanova/src/main.js | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4542fbc9..a53310fe 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -45,12 +45,12 @@ CURRENT ROADMAP CURRENT TODOs =-=-=-=-=-=-= - // "babel-core": "7.0.0-bridge.0", - // "@babel/polyfill": "^7.7.0", -TODO: Why am I using different values for ref in the form than the server knows the fields to be named??? - - Answer is I'm not actually, the server knows them as the field names of the widget object for example StartDate but sends them not capitalized on first character - - I'm thinking of the LT keys which because they need to be system wide unique are prepended with the object name +TODO: Tag control + - kind of weird if you type a search letter it sticks when you make a selection as a partial new entry + - drop down should search immediately or bring up something? Or say type to search?? + - Test it out completely, there seems to be some minor strangeness. + TODO: Form customization - hidden fields support - Obviously not the required ones (how to know if required?) diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 1f959c6c..38fbfb55 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -1,5 +1,4 @@ /* Xeslint-disable */ -// import "@babel/polyfill"; import "@fortawesome/fontawesome-free/css/all.css"; import "typeface-roboto/index.css"; import Vue from "vue";