[RSS Feed/News] Possible to limit the amount of items selected in an autocomplete

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello

I'm using the code used for finding tags, elsewhere on the site:

HTML:

Code:
<xf:tokeninputrow name="tags" value="{$tags}" href="{{ link('misc/tag-auto-complete') }}"
                label="{{ phrase('tags') }}" />

At the moment it allows you to select a seemingly infinite amount of tags:

Screenshot 2021-08-06 at 16.23.19.png

Is there away of limiting it to one

I've tried ac="single", which I've seen elsewhere.

Thanks in advance

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom