visualforce-typeahead icon indicating copy to clipboard operation
visualforce-typeahead copied to clipboard

a is undefined error

Open Eliteshutters opened this issue 10 years ago • 1 comments

I'm gettting this error: "a is undefined" /*!

  • typeahead.js 0.10.1
  • https://github.com/twitter/typeahead.js
  • Copyright 2013 Twitter, Inc. and other contributors; Licensed MIT */

!function(a){var b={isMsie:function(){return/(msie|trident)/i.test(navigator.userAgent)?navigator.userAgent.match(/(msie |rv:

Eliteshutters avatar Aug 11 '15 18:08 Eliteshutters

i'm using the component like this c:Typeahead object="Contracting_Entity__c" destinationForSelectedId="Contracting_Entity_Id"/ apex:inputText id="Contracting_Entity_Id" value="{!contractingEntitySearchText}" /
apex:commandButton value="Go!" action="{!doContractingEntitySearch}" rerender="block" status="status"/ All "doContractingEntitySearch" does is run a query that refers to the variable contractingEntitySearchText as a parameter but instead of return the query results the page goes to a blank page and throws the error above

Eliteshutters avatar Aug 11 '15 18:08 Eliteshutters