Skip to content

Commit

Permalink
Improvements(options) disabledFieldButtons option (#604)
Browse files Browse the repository at this point in the history
* Add disabledFieldButtons option

* Add prettier and format files

fix formatting issues
  • Loading branch information
kevinchappell authored Sep 3, 2017
1 parent d4a4e93 commit 36a2ef9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/js/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ jQuery(function($) {
actionButtons: actionButtons,
disableFields: ['autocomplete'],
replaceFields: replaceFields,
disabledFieldButtons: {
text: ['copy']
}
// controlPosition: 'left'
// disabledAttrs
};
Expand Down

0 comments on commit 36a2ef9

Please sign in to comment.