-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
choreCleanup or repository management workCleanup or repository management workfeedback-neededAdditional feedback is required from creator or stakeholderAdditional feedback is required from creator or stakeholder
Description
We want to add support for more than one item in the values array. The values array is here in OSCALControlProse:
oscal-react-library/src/components/OSCALControlProse.js
Lines 504 to 510 in c693bad
| return setParameterValue | |
| ? { | |
| "param-id": setParameterId, | |
| values: [setParameterValue], | |
| } | |
| : null; | |
| }), |
Having multiple values should be considered an edge case. Designing this feature in such a way that we do not clutter up or take away ease of use will be needed.
Acceptance Criteria
- Design of this functionality is provided on this issue for discussion before implementation
- Multiple parameter values are able to be displayed
- Original functionality of easily adding a single param value is not diminished
Metadata
Metadata
Assignees
Labels
choreCleanup or repository management workCleanup or repository management workfeedback-neededAdditional feedback is required from creator or stakeholderAdditional feedback is required from creator or stakeholder