Solved on the forum

How do you stop Adalo components from disappearing or auto-nesting?

Inspect the component tree for an unintended parent, remove the nested component, and align overlapping controls without dragging them into another container.

Docs checkedIntermediateReviewed Aug 26, 2026
THE SHORT ANSWER 🎯

Open the component tree and remove the missing component from any unintended list, rectangle, image, or group. For overlapping state controls, build each state separately and use keyboard movement for final alignment so dragging does not auto-nest one control inside another.

Start with the component tree whenever a control disappears after placement. Remove accidental parent relationships, keep intended containers explicit, and use keyboard positioning for overlapping controls that should stay siblings.

Completeness85%
Index decisionIndex now
Evidence basisForum resolutions corroborated by current Adalo grouping and component-tree documentation checked in August 2026
WHAT YOU’LL HAVE 🎯

The intended outcome

Components remain visible and selectable because their parent-child hierarchy matches the intended screen layout instead of an invisible or overlapping container.

BEFORE YOU START 🧰

Requirements

  • Separate image assets for the reacted and unreacted states
  • A Boolean or relationship condition that identifies the active state
  • Access to the screen’s component tree
BUILD IT 🛠️

Step by step

  1. 01

    Inspect the component tree

    Expand the screen hierarchy and locate the missing component. Check whether it became a child of a list, rectangle, image, ellipse, or group that covers the drop area.

  2. 02

    Remove the unintended parent

    Move the component out of the wrong parent in the component tree. If the parent is an obsolete invisible list or container, remove it only after confirming that no required content depends on it.

  3. 03

    Create two state containers

    Add one rectangle for the unreacted state and another for the reacted state. Put only the matching image inside each rectangle.

  4. 04

    Set opposing visibility rules

    Show the unreacted rectangle when the state is false or absent, and show the reacted rectangle when the same state is true or present.

  5. 05

    Wire both tap actions

    Give each visible rectangle the appropriate action: one sets or adds the reacted state, and the other clears or removes it.

  6. 06

    Assemble away from the overlap

    Prepare the two rectangles in separate areas of the canvas so dragging an image or rectangle does not drop it fully inside another container.

  7. 07

    Align with keyboard movement

    Select each finished rectangle and use arrow keys, with Shift plus an arrow for larger moves where supported, until both occupy the same coordinates. Verify their sibling order in the component tree.

WHY IT WORKS 🧠

The underlying logic

Adalo lists, groups, rectangles, images, and ellipses can act as parents, so a component dropped into their bounds can change hierarchy instead of remaining a screen-level sibling.

Adalo treats rectangles and images as containers when another component is dropped fully inside their borders, so drag-and-drop placement can silently change the parent-child tree.

Two sibling state containers keep each image, visibility rule, and tap action independent while still allowing both controls to occupy the same visual location.

COLLECTIONS AND RELATIONSHIPS 🗃️

Data model

CollectionImportant propertiesRelationships
The record that owns the button stateA Reacted Boolean or equivalent state propertyOptional relationship to the user who reacted when reactions are user-specific
EVIDENCE CONTEXT 🔎

What still needs checking?

  • This is a forum-native answer with no original Adalocado video; current documentation confirms that rectangles act as Auto-Group containers when components are dropped fully inside them.
IF IT DOESN’T WORK 🧯

Common failure modes

A newly dropped button disappears from the canvas

Expand the component tree and inspect the parent that covers the drop area. Move the button out of that parent, or remove an obsolete invisible list after confirming it is unused.

One image disappears inside another component

Inspect the component tree, select the incorrectly nested child, and drag it out of the Auto-Group before repositioning the completed container with keyboard movement.

Both state images appear at once

Check that both rectangles use the same state source with exact opposite visibility conditions and that each tap action updates that source.

BEFORE YOU MOVE ON ✅

Testing checklist

0 of 9 checked on this device

BOUNDARIES 🚧

Current limitations

  • Keyboard positioning is a community workaround confirmed in the source thread; exact shortcuts and component-tree behavior can vary between builder versions.
  • Current Adalo documentation confirms rectangle Auto-Groups and how to remove nested components, but Adalocado has not reproduced this exact custom-button stack in a current project.
  • The supporting disappearing-button topic was resolved by its author in a later unmarked post. The accepted marker points to an earlier exploratory reply, and Adalocado has not reproduced that exact invisible-list setup.
BUILDER REPORTS 🗣️

What the Adalo community is reporting

These are concise editorial summaries of public forum posts—not endorsements or independently reproduced results.

Issues with stacked images nesting inside each other

The maker confirmed that separate rectangles plus keyboard positioning prevented unwanted nesting and allowed a working custom-art button.

Boundary: The thread reports a builder workaround rather than a dedicated lock-layer or disable-nesting feature.

obrienpaule (question and accepted confirmation), with Ali-Bazzi and Victor · May 2026

Buttons Disappearing

The author found an invisible list covering the affected area. Deleting the unused list stopped newly placed buttons from disappearing.

Boundary: The concrete fix appears in a later author post rather than the accepted reply and may not explain every disappearing-component symptom.

ThunderBlade (question and documented fix) · January 2026
VERSION NOTES 📝

Sources and status

This page was last reviewed on Aug 26, 2026. Its current status is Documented from current sources.

Verification owner: Adalocado editorial. Next review: Oct 14, 2026.

VERSION HISTORY 🕰️

Changelog

  1. Automatically posted from a solved Adalo forum topic; corrections are monitored on the live site.

SPOT SOMETHING FUNNY? 🕵️

Report this answer.

Automated Answers still pass evidence and publication checks, but they can be wrong, outdated, unclear, or missing an important boundary. Send the exact correction and the editor will check the live page.

Report a problem
MONTHLY APP MANAGEMENT · BY REHOST

Rehost becomes the monthly team behind your app. Fixes, releases, integrations, and ongoing changes have an owner.

See monthly management
FixesHandled
ReleasesHandled
Next changesHandled
YOUR PROBLEM IS DIFFERENT? 🤔

Bring us the messy version.

Describe what you expected, what happened instead, and what you already tried.

Ask Adalocado 💬