We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5b50b commit 5963f8bCopy full SHA for 5963f8b
1 file changed
src/components/select/Select.js
@@ -1468,7 +1468,7 @@ export default class SelectComponent extends ListComponent {
1468
1469
_.set(submission.metadata.selectData, this.path, templateData);
1470
}
1471
- if (flags.resetValue && this.root?.submission && !this.options.readOnly) {
+ if (flags.resetValue && !flags.fromSubmission && this.root?.submission && !this.options.readOnly) {
1472
const submission = this.root.submission;
1473
if (!submission.metadata) {
1474
submission.metadata = {};
0 commit comments