\n {questions[currentQuestion]?.options?.map(option =>\n
}\n invisible={!(questions[currentQuestion]?.multipleSelect && includes(option, answer)) && questions[currentQuestion]?.answer?.label !== option.label}\n >\n
\n )}\n {questions[currentQuestion]?.inputPropType === 'file' &&
\n \n
}\n {!questions[currentQuestion]?.options && currentQuestion !== 'phone' && questions[currentQuestion]?.inputPropType !== 'file' &&\n
updateTextField(e, currentQuestion)} />}\n {/*{!questions[currentQuestion]?.options && currentQuestion === 'phone' &&\n updatePhoneField(e, currentQuestion)}\n containerClass={classes.phoneInput}\n inputExtraProps={{\n name: 'phone',\n required: true,\n fullWidth: true,\n label: questions[currentQuestion]?.label\n }}\n component={TextField} />}*/}\n {!questions[currentQuestion]?.options && currentQuestion === 'phone' &&\n updateTextField(e, currentQuestion)} />}\n