ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,858
- Points
- 823
Reputation:
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...