You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run page and click "Refresh" - you should see the Typeahead component fail to load
I've narrowed the issue down to the Typeahead component line 14 window.typeahead || document.write('<script src="{!URLFOR($Resource.Typeahead, '/typeahead.bundle.min.js')}"><\/script>'); - removing this allows refresh, although without this library obviously typeahead won't work.
The text was updated successfully, but these errors were encountered:
Did someone find a fix. I read somewhere if we call jquery ready function from oncomplete, it will fix the issue. for me it didn;t fix even after that.
Steps to reproduce:
Code should now look like:
`
<apex:page showHeader="true" sidebar="true" title="Typeahead Test Page">
</apex:page>`
I've narrowed the issue down to the Typeahead component line 14
window.typeahead || document.write('<script src="{!URLFOR($Resource.Typeahead, '/typeahead.bundle.min.js')}"><\/script>');
- removing this allows refresh, although without this library obviously typeahead won't work.The text was updated successfully, but these errors were encountered: