T

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

  • Thread starter Thread starter tenants
  • Start date Start date
T

tenants

Guest

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...
 
Similar threads Most view View more
Back
Top Bottom