We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b850f8c commit 44f2456Copy full SHA for 44f2456
app/components/forms/wizard/custom-form-input.ts
@@ -77,7 +77,7 @@ export default class CustomFormInput extends Component<Args> {
77
form : this.args.form,
78
type : this.type,
79
isRequired : false,
80
- isIncluded : false,
+ isIncluded : true,
81
isComplex : true,
82
event : this.args.event,
83
formID : this.args.formIdentifier,
0 commit comments