Topic: Add missing null check for label in auttocomplete
KieranFoot free asked 1 year 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.)
Add comment
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 Standard
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: Yes
- Provided link: No