Topic: Chrome debugger "undefined" window on input change

starrcompanies free asked 5 years ago


Hello, I am having strange issue with Chrome debugger after blurring out of mdbInputDirective input type=number control.  Every time, it comes up with window in debugger with just "undefined".   Do I have to have a <label> after my <input> tag?  What could be causing it to pop-up with undefined after I blur?

Here is my HTML - 

<div class="form-group md-form">

<input mdbInputDirective id="privatePassengerCount" name="privatePassengerCount" type="number" class="form-control" formControlName="privatePassengerCount" [mdbValidate]="false">

<label for="privatePassengerCount" class="">count</label>

</div>

Arkadiusz Idzikowski staff answered 5 years ago


Hello,

Please provide reproduction steps and more details about this problem. If it's possible please send a demo app to a.idzikowski@mdbootstrap.com.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 6.2.3
  • Device: desktop
  • Browser: Chrome
  • OS: Windows 10
  • Provided sample code: Yes
  • Provided link: No