You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditional post_object fields fail to render their UI on first load.
When a post_object field is inside conditional logic, the searchable UI is missing initially. After saving and reloading, the UI appears.
Impact
Editors can’t select related posts until a save/reload cycle.
Conditional field flows feel broken and unreliable.
Expected Behavior
A post_object field should render its full searchable UI as soon as the condition becomes true, including on first page load and when toggled dynamically.
Actual Behavior
The field container may exist, but relational JS enhancement is not applied in time for conditional/dynamic contexts, so plain/non-functional markup is shown until reload.
Bug Description
Conditional post_object fields fail to render their UI on first load.
When a post_object field is inside conditional logic, the searchable UI is missing initially. After saving and reloading, the UI appears.
Impact
Expected Behavior
A post_object field should render its full searchable UI as soon as the condition becomes true, including on first page load and when toggled dynamically.
Actual Behavior
The field container may exist, but relational JS enhancement is not applied in time for conditional/dynamic contexts, so plain/non-functional markup is shown until reload.
Example
cta.mp4