We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 157b466 + 9dd9fd2 commit 2d823f3Copy full SHA for 2d823f3
bootstrap3_datetime/widgets.py
@@ -91,7 +91,7 @@ def conv_datetime_format_js2py(cls, format):
91
<script>
92
(function(window) {
93
var callback = function() {
94
- $(function(){$("#%(picker_id)s").datetimepicker(%(options)s);});
+ $(function(){$("#%(picker_id)s:has(input:not([readonly],[disabled]))").datetimepicker(%(options)s);});
95
};
96
if(window.addEventListener)
97
window.addEventListener("load", callback, false);
0 commit comments