Page data form inputs should not render until page data exists

Created on 25 April 2025, 17 days ago

Overview

This is a timing issue that is unlikely to occur when running in dev mode.

It is currently possible for a page data form input to render before the existing field data is available. This can result in fields being empty that should have initial values. The populating of initial values only occurs on the first render, so if the data isn't available the value will be empty in the form.

This occurs per-input and it is most likely to occur on inputs rendered earlier. It's quite possible for this problem to occur with the first 1-2 inputs do their initial render but the data is then available for the later inputs.

Proposed resolution

Page data form inputs should not perform an initial render until page data exists.

User interface changes

🐛 Bug report
Status

Active

Version

0.0

Component

Page builder

Created by

🇺🇸United States bnjmnm Ann Arbor, MI

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024