fix showbuttons passing to input options
This commit is contained in:
@ -129,7 +129,7 @@ $(function(){
|
||||
activate: function() {
|
||||
},
|
||||
|
||||
clear: function() {
|
||||
clear: function() {
|
||||
this.$input.data('datetimepicker').date = null;
|
||||
this.$input.find('.active').removeClass('active');
|
||||
if(!this.options.showbuttons) {
|
||||
|
Reference in New Issue
Block a user