This commit is contained in:
2019-11-28 21:05:24 +00:00
parent ed3d219630
commit 076bda2fe6
2 changed files with 5 additions and 6 deletions

View File

@@ -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?)

View File

@@ -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";