Skip to content

Commit

Permalink
Add data-datepicker attribute to ignore initialize Datepickers.
Browse files Browse the repository at this point in the history
Resolve #7571
  • Loading branch information
maliming committed Feb 2, 2021
1 parent 493a7c5 commit f57c4c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

abp.dom.initializers.initializeDatepickers = function ($rootElement) {
$rootElement
.findWithSelf('input.datepicker,input[type=date]')
.findWithSelf('input.datepicker,input[type=date][data-datepicker!=false]')
.each(function () {
var $input = $(this);
$input
Expand Down

0 comments on commit f57c4c8

Please sign in to comment.