Skip to content

Commit

Permalink
Merge pull request #7574 from abpframework/maliming/data-datepicker-i…
Browse files Browse the repository at this point in the history
…gnore

Add abp-data-datepicker attribute to ignore initialize Datepickers.
  • Loading branch information
hikalkan committed Feb 2, 2021
2 parents 7dbf856 + 1b6b6c6 commit d1e915c
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][abp-data-datepicker!=false]')
.each(function () {
var $input = $(this);
$input
Expand Down

0 comments on commit d1e915c

Please sign in to comment.