-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for disabling form action buttons (copy, edit, remove) (#550
) In my case there is a need for static fields that users are not allowed to remove or edit. Therefore I added support this by allowing developers to specify in the field values, through a disableFieldButtons array containing one or more of ['copy', 'edit', 'remove']. Whenever disabling the edit field button, the dblclick event on the field will also be ignored.
- Loading branch information
1 parent
5bca649
commit f802524
Showing
2 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters