Skip to content

[Custom Components] Multiple component schema info showing more than one component rather than allowing an array of values to be captured. #788

Open
@BignallCyber

Description

@BignallCyber

Hello ,
The "multiple":true is acting like I wanted multiple of that component in one space rather than If this component should allow an array of values to be captured.

Wanting to make a custom multiple select component , When I add in the "multiple":true into the object for the component it gets rendered out as :
image
Yet without it I am getting an error that says the component can not be an array:
image
In the custom component I have the the multiple option in select set to true , so the component returns the items selected as an array.

This is the custom component I am calling :
Json part :
image
Registering it :
image
Note: the comment out schema acts like the "multiple":true, in the Json.

I believe I left something out in registering it but I can not figure out what. I say that because the same behavior is seen when the "multiple":true is added to other components that normally do not return an array.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions