oa-componentbook 1.0.1-stage.358 → 1.0.1-stage.359
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -270,12 +270,7 @@ function ProgressiveStepsWidget(_ref) {
|
|
|
270
270
|
"data-test": dataTest ? "".concat(dataTest, "--select-").concat(stepIndex) : undefined
|
|
271
271
|
});
|
|
272
272
|
default:
|
|
273
|
-
return
|
|
274
|
-
placeholder: placeholder || 'Enter your answer...',
|
|
275
|
-
value: currentAnswer || '',
|
|
276
|
-
onChange: e => handleAnswer(stepIndex, e.target.value),
|
|
277
|
-
"data-test": dataTest ? "".concat(dataTest, "--default-input-").concat(stepIndex) : undefined
|
|
278
|
-
});
|
|
273
|
+
return null;
|
|
279
274
|
}
|
|
280
275
|
};
|
|
281
276
|
|