Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Form preserver iterates through wrong elements
issue: NEXT-25870
author: Wanne Van Camp
author_email: [email protected]
author_github: @wannevancamp
---
- Changed formelement selector
this.el.children
tothis.el.elements
inResources/app/storefront/src/plugin/forms/form-preserver.plugin.js
to select the correct input fields.