"No element passed in to event." for autocomplete ac="single or ac="multi

Status
This content is read-only, or is not open for further replies.

tenants

Guest
offline
So, it's quite useful to have autocomplete fields (drop downs that are searchable), they can reduce dom bloat

You can use them like this:
Code:

Code:
 <xf:textbox name="blabla"
  value="{$bla}"
  ac="single"
  maxlength="100"
  placeholder="Search for a bla..."
  autocomplete="off"
  data-acurl="{{ link('some/json') }}"
/>

But if you hit an initial loading script error
core.js?_v=6b67523b:397
No element passed in to event.
...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom