T

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

  • Thread starter Thread starter tenants
  • Start date Start date

Visitor Greeting

Welcome to NullWarehouse.com... We are currently seeking Mod's and Contributors. If you wish to apply for a Mod position then please click on Members dropdown arrow, then click on Staff App and fill it out completely and submit it. If you want to be a Contributor then start contributing and we will have our eye on you and take notice, something great could come of it.

  • We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
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 content Most view View more
Back
Top Bottom