GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.38k stars 4.05k forks source link

BUG: Issue with updating Button text #3940

Closed dan-castillo closed 2 years ago

dan-castillo commented 2 years ago

GrapesJS version

What browser are you using?

Chrome - Version 95.0.4638.69

Reproducible demo link

two places: https://grapesjs.com/demo.html and I have a repo here: https://github.com/dan-castillo/TestingGjsV1729.git

Describe the bug

How to reproduce the bug?

  1. Go to the form plugin demo: https://grapesjs.com/demo.html
  2. Scroll to the bottom and try to change the text for the submit button
  3. alternatively I added an angular repo here

What is the expected behavior? when you select a button you should be able to change the text and have it update the code in GJS.

What is the current behavior? the text is not updated

If is necessary to execute some code in order to reproduce the bug, paste it here below:

here is the repo [my test repo](https://github.com/dan-castillo/TestingGjsV1729.git)

Code of Conduct

artf commented 2 years ago

This is just the problem with the webpage preset which has the old reference to the form plugin, not related to the core.