This commit is contained in:
@@ -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?)
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user