'false' appears in Page Title when deleting all characters

Created on 9 January 2025, 24 days ago

Overview

  1. Visit a node in XB
  2. In the page data tab on the right-hand side
  3. Highlight all of the text in the 'Title' field and delete all characters
  4. Observe that the word 'false' is inserted

This test should reproduce the issue

  it(`Should be possible to remove the page title`, () => {
    cy.loadURLandWaitForXBLoaded();

    cy.findByTestId('xb-page-data-form')
      .findByLabelText('Title')
      .should('exist')
      .clear()
      .should('have.value', '');
  });
🐛 Bug report
Status

Active

Version

0.0

Component

Page builder

Created by

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

Comments & Activities

Production build 0.71.5 2024