{{#if options.hasOutput}}
{{combo-box value=input.type content=inputTypes onChange=(action (mut input.type))}}
{{/if}} {{#if hasPairs}}
{{#each input.pairs as |pair|}} {{wizard-custom-input-pair pair=pair last=pair.last inputType=inputType keyPlaceholder=keyPlaceholder valuePlaceholder=valuePlaceholder wizardFields=wizardFields options=options removePair=(action 'removePair')}} {{/each}} {{#if options.hasOutput}} {{d-icon 'plus'}} {{/if}}
{{/if}} {{#if options.hasOutput}} {{#if hasOutputConnector}}
{{outputConnector}}
{{/if}}
{{wizard-custom-input-selector selectorType='output' inputType=inputType wizardFields=wizardFields value=input.output activeType=input.output_type customPlaceholder=outputPlaceholder options=options}}
{{/if}} {{d-icon 'times'}}