Ajax update of the field uses default view mode if we update the field rendered with Layout Builder on a non default view mode
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3553649. --> Reported by: [junaidpv](https://www.drupal.org/user/255728) Related to !129 >>> <p>Ajax update of the field uses default view mode always if we update the field rendered with Layout Builder on a non-default view mode.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Add a paragraph field to a content type (eg: Article) </li> <li>Enable Full content display mode for the content type.</li> <li>Enable Layout Builder on the Full content display mode.</li> <li>Create a content and try to perform operations like changing order of paragraph field items or delete paragraph item which causes Ajax update of the paragraph field in the content. </li> <li>The updated field would be using settings from the Default view module not from the field block settings in the Layout Builder</li> </ol>
issue