angular-surveys icon indicating copy to clipboard operation
angular-surveys copied to clipboard

Remove the delete button

Open shahilg opened this issue 7 years ago • 1 comments

Is there any way to remove the delete button which is related to the form element. I want the user not to remove the element from the form while editing it. Looking forward to the reply. Thanks.

shahilg avatar Oct 20 '16 12:10 shahilg

Wouldn't CSS be a good solution for this?

.mw-form-builder .remove-button {
  display: none;
}

vangorra avatar Jan 20 '17 22:01 vangorra