Issue #1947Opened April 8, 2019by sakshigarg90 reactions

Updating data-gjs properties on label and form type results in weird behaviour

Question

I'm applying the following settings to label data-gjs-type and on doing that some of the label tag are not visible anymore. Similar things happen while applying the properties to form

domc.addType("label", {
    model: defaultModel.extend({
      defaults: Object.assign({}, defaultModel.prototype.defaults, {
        removable: false,
        draggable: false,
        droppable: false,
        badgable: false,
        stylable: false,
        highlightable: false,
        copyable: false,
        resizable: false,
        editable: true,
        selectable: false,
        hoverable: false
      }
    })
  });

Answers (2)

lock[bot]April 15, 20200 reactions

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.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.