GrapesJS / components-forms

Set of form components and blocks for the GrapesJS editor
BSD 3-Clause "New" or "Revised" License
70 stars 58 forks source link

With Select box, the options in settings is only showing value, The Option text not showing #27

Closed tom-codelooms closed 2 years ago

tom-codelooms commented 2 years ago

Hi Artf, The form is really great plugin and thanks for the great plugin.

I am getting some issues with Select box, Could you please help me ?

The scenario is below I dragged the Form block and dragged Select box component, I can see those options are added in the editor, but when I click on that selectbox and check the Options in Settings, I can only see :: 1:: Instead of ::-Select 1::Option 1

could you please guide me how to fix this?

https://grapesjs.com/demo.html here also I can see this issue

Screenshot 2022-01-17 at 12 19 25 AM
paooolino commented 2 years ago

I noticed it too. I submitted a fix here https://github.com/artf/grapesjs-plugin-forms/pull/29

artf commented 2 years ago

Released a new version https://github.com/artf/grapesjs-plugin-forms/releases/tag/v2.0.5 with the fix