Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 363 Bytes

2023-01-13-form-preserver-iterates-through-wrong-elements.md

File metadata and controls

9 lines (9 loc) · 363 Bytes
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: wanne.vancamp@meteor.be
author_github: @wannevancamp
---

Storefront

  • Changed formelement selector this.el.children to this.el.elements in Resources/app/storefront/src/plugin/forms/form-preserver.plugin.js to select the correct input fields.