Draggable / formeo

Drag & Drop Form Builder
http://draggable.github.io/formeo/
MIT License
530 stars 198 forks source link

custom attrs dont show label on edit #307

Open argus-cs opened 3 years ago

argus-cs commented 3 years ago

several custom attributes just show the value, making it difficult to identify them image

dougauerbach commented 3 years ago

I agree, this appears to be a bug. The name of the custom attribute will appear in the placeholder. This is not helpful if there is a non-blank value in that custom attribute, however.

Iuliia21 commented 3 years ago

It's due to the translation. II added an attribute via config file and I got the same issue (it works correctly if using btn '+Attribute'). Adding the translation solved this problem for my project :)

dougauerbach commented 3 years ago

When I use the +Attribute button, any custom attributes are not rendered as labels, but rather as placeholders. Thus they are not displayed if a non-blank attribute value is supplied.