angular-surveys
angular-surveys copied to clipboard
Remove the delete button
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.
Wouldn't CSS be a good solution for this?
.mw-form-builder .remove-button {
display: none;
}