XF 2.0 textbox auto-complete with custom acurl?

Jaxel

Well-known member
In XF2, how do I modify the auto-complete function of text boxes to go to a different acurl?
Code:
<xf:textbox name="usernames" ac="multiple" />
Also, auto-submit.
 
Okay, I figured out I can just add data-acurl="URL"... but I can't figure out how to do an auto-submit on ac selection.
 
Back
Top Bottom