add class editable-input
This commit is contained in:
src
@ -28,6 +28,7 @@ To create your own input you should inherit from this class.
|
||||
**/
|
||||
render: function() {
|
||||
this.$input = $(this.options.tpl);
|
||||
this.$input.addClass('editable-input');
|
||||
if(this.options.inputclass) {
|
||||
this.$input.addClass(this.options.inputclass);
|
||||
}
|
||||
|
Reference in New Issue
Block a user