visualforce-typeahead
visualforce-typeahead copied to clipboard
A flexible typeahead component for use on Visualforce pages. Uses the typeahead.js library from Twitter.
Steps to reproduce: 1. Update TypeaheadTest to embed interface within form tags 2. add commandbutton to refresh form Code should now look like: ` .sample-form { margin: 20px; width: 400px;...
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Added logic to not attempt to add destinationForSelectedId and destinationForSelectedValue when these attributes are not assigned, since these attributes are not required they cause an error when they don't have...
This is overall good Feature so far , until user is is coming up with the functionality like want to use the lookup for emails like functions , Where in...
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:
Just install the package, and it can't work at all!! After the debug, I found it is beacuse of the SOSL problem. I dont know the reason, however, the SOSL...
Found a little bug, I think. When invoking the component I only had the **destinationForSelectedId** attribute defined and did not have **destinationForSelectedValue** defined. That used to work fine but at...
Some VF components (e.g. apex:inputHidden) cannot be assigned dynamic IDs. We have to reference them like: destinationForSelectedId="{!$Component.ProductId}" As a result, the component ID contains multiple colons, e.g.: j$('[id$=thePage:theForm:thePageBlock:lineItemsTable:0:ProductId]') I’ve added...
You can now support the onchange event. For reference see: http://stackoverflow.com/questions/2026704/what-event-can-be-captured-when-an-html-hidden-input-value-is-set-changed