igniteui-webcomponents-inputs 5.0.0 → 5.0.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12183,7 +12183,7 @@
12183
12183
  };
12184
12184
  CalendarView.prototype.ag = function (e_) {
12185
12185
  var a = (e_.originalEvent.currentTarget);
12186
- var b = a.innerText;
12186
+ var b = (a.textContent);
12187
12187
  if (b != "") {
12188
12188
  var c = a.lastChild.lastChild.lastChild;
12189
12189
  var d = igniteuiWebcomponentsCore.parseBool(c.getAttribute("data-disabled").toString());