Topic: Add missing null check for label in auttocomplete

KieranFoot priority asked 10 months ago


Expected behavior

Do not perform operations on this._label without first checking it is not null.

Actual behavior

When closing the autocomplete selection by clicking outside of the area, an attempt is made to perform an operation on this._label without first checking that it is not null. This check is only missed once in the code on about line 621 in the close() function.

Resources (screenshots, code snippets etc.)


Kamila Pieńkowska staff answered 10 months ago


Thanks for the report. This is a bug and we need to fix it.



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: Priority
  • Premium support: Yes
  • Technology: MDB Standard
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: Yes
  • Provided link: No