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.37k stars 4.05k forks source link

Can't put Form element to page #240

Closed phil1995 closed 7 years ago

phil1995 commented 7 years ago

If I try to put something from the Form block onto the webpage (demo) it grabs and I can move it around but it doesn't release it. And console says TypeError: 'warn' called on an object that does not implement interface Console. Using Firefox 48.0.2 on Mac OS.

artf commented 7 years ago

Hi @phil1995 if you're talking about elements like input, textarea, select, etc. you have to drop them inside a Form component. This is how are implemented in grapesjs-plugin-forms, but you can extend them and change this behaviour if it's what you want. For the warn issue try to update your Firefox

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.