Closed kubili closed 7 years ago
In function base.autocomplete_getVal you should set preview value only if preview exists. Same problem occures if keybored was opened and then closed the base.$preview becomes undefined .
Code to update:
if (base.hasAutocomplete && v !== '') {}
Hi @kubili!
Thanks for reporting this problem. I'll have it fixed shortly.
In function base.autocomplete_getVal you should set preview value only if preview exists. Same problem occures if keybored was opened and then closed the base.$preview becomes undefined .
Code to update: