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:
But if you hit an initial loading script error
...
Read more
Continue reading...
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...