来自手册: https://eonasdan.github.io/bootstrap-datetimepicker/Options/#keybinds
'删除':function(){ this.clear(); }
我尝试禁用处理程序:
keyBinds: {'delete': function() {} }
但它没有效果。 如何删除"删除"按下键,只清除光标中的一个符号?
答案 0 :(得分:6)
使用空值而不是函数 keyBinds:{ '删除':空 }