SalesforceFoundation / visualforce-typeahead

A flexible typeahead component for use on Visualforce pages. Uses the typeahead.js library from Twitter.
BSD 3-Clause "New" or "Revised" License
73 stars 38 forks source link

component fails to load on visualforce rerender #16

Open philipm2clark opened 7 years ago

philipm2clark commented 7 years ago

Steps to reproduce:

  1. Update TypeaheadTest to embed interface within form tags
  2. add commandbutton to refresh form

Code should now look like: `

Contact Name:

Account Name:

` 3. 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(' Githubissues.
  • Githubissues is a development platform for aggregating issues.