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
Issue: Inserting Text into a Text Block via Button Click
Description:
I am trying to implement a feature in my UI where a user can click a button to insert text into an existing text block. However, I am facing difficulties with achieving this functionality.
Attempted Solution:
I tried using unlayer.loadDesign, but it was unsuccessful since this method requires a full JSON or HTML input. This approach does not allow me to update only a specific part of the design.
Question:
Is there a way to insert text into a text block dynamically upon a button click without needing to reload the entire design?
The text was updated successfully, but these errors were encountered:
Issue: Inserting Text into a Text Block via Button Click
Description:
I am trying to implement a feature in my UI where a user can click a button to insert text into an existing text block. However, I am facing difficulties with achieving this functionality.
Attempted Solution:
I tried using unlayer.loadDesign, but it was unsuccessful since this method requires a full JSON or HTML input. This approach does not allow me to update only a specific part of the design.
Question:
Is there a way to insert text into a text block dynamically upon a button click without needing to reload the entire design?
The text was updated successfully, but these errors were encountered: