payload icon indicating copy to clipboard operation
payload copied to clipboard

Field component in rich-text blocks doesn’t work

Open ChannKan opened this issue 1 year ago • 0 comments

Describe the Bug

When adding a field component to a field inside a block/Inline-block (inside rich-text), the field label disappears.

Link to the code that reproduces this issue

https://github.com/shefing/payload_Inline_block_with_relationship/tree/Check_blocks_component

Reproduction Steps

Steps to reproduce:

  1. Clone repo and lunch payload
  2. Crate a new post instance
  3. Add a inline-block
  4. Open the inline-block editor

Expected: Text field has a description/label 'Text to display'

Actual: Text field has no description/label (Attached screenshot - second field in the inline-block) Image

Which area(s) are affected? (Select all that apply)

plugin: richtext-lexical

Environment Info

Node: 22.11.0
  payload: 3.2.2
  next: 15.0.3

ChannKan avatar Dec 02 '24 11:12 ChannKan