Skip to content

When setting question without default value it return issue #701

@litalav

Description

@litalav

Hi,

I created question for showing message to user and when user entered input it failed to trigger the function since this info item return issue.
As a workaround I added parameter default: "" which is not required parameter to pass the question validation.

{
type: "input",
default: "",
name: "name",
message: "info message",
guiOptions: {
showSummary: false,
mandatory: false,
type: "label",
},
}

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