Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
For now switch on the input TYPE (STRING, FLOAT, INTEGER, URI) and use a separate UI component based on that type.
TODO
- [x] factor out string and file upload views into separate UI components
- [x] Select UI component based on input type
- [x] Generate valid/invalid events for ExperimentEditor to consume
- [x] Factor out common code of input editor components into a mixin