Display the smart search module in frontend.
Load frontend
Uncaught TypeError: Awesomplete is not a constructor
finder.js:70:34
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-02-06 16:53:30 |
Closed_By | ⇒ | infograf768 |
hm, it because finder.js have an optional dependency from Awesomplete.js.
In theory, this:
joomla-cms/components/com_finder/tmpl/search/default_form.php
Lines 16 to 24 in f856578
need to be moved before this:
joomla-cms/components/com_finder/tmpl/search/default.php
Lines 12 to 15 in f856578
Unfortunately WebAsset cannot handle optional dependencies, currently.