Skip to content

Update multi-select choice list control creation #25

@doneill

Description

@doneill

Creating CHOICE_LIST contols is not properly distinguishing between single-select and multi-select choice lists. Array-type choice lists with inputType: LIST are getting format: radio which tells JSONForms to use a single-select renderer, but multi: true was conflicting, causing renderer confusion and potential client crashes

Action:

  • Differentiate single vs multi-select choice lists and use checkbox for multi

Expectation:

  • Multi-select choice lists generate correct UISchema to effectively route to a MultiselectPickerRenderer instead of an UnknownRenderer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions