Fixed Token input sends requests for autocompletion even if acUrl is not specified

NikitOS

Well-known member
Affected version
2.3.0 Beta 2
As said in the title.

Template:
HTML:
<div class="block">
    <div class="block-container">
        <div class="block-body">
            <xf:tokeninputrow label="Tags" placeholder="Enter something…" />
        </div>
    </div>
</div>
1711912589515.webp
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.0 Beta 6).

Change log:
Don't attempt an AJAX call in the token_input.js code if there is no auto complete URL set.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom