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 37 forks source link

The Multiple Values selection capablity #13

Open ybhosale-conga opened 8 years ago

ybhosale-conga commented 8 years ago

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 To or CC we want to search contact and add multiple contacts's email in same search , This is Failed and following enhancement is possible

  1. Allow user to specify multi select Mode
  2. While one or more values already Selected do prepare Query String based on new value
  3. Allow Delete the Selected Values
  4. Wile Selecting other values previous selection should not disappear
  5. The id should be coped in the hidden field by comma separated List
judisohn commented 8 years ago

Thanks for the feedback @ybhosale!

davidhabib commented 8 years ago

pull requests welcome, since I don't believe any foundation team is actively enhancing this component.

ybhosale-conga commented 8 years ago

Thanks David , Appreciate if you can share the non minified version of typeahead.bundle.min.js. There are some changes required in this javascript

Yogesh

dextermilo commented 8 years ago

@ybhosale that javascript was written by a third-party (Twitter). You can find the source here: https://github.com/twitter/typeahead.js, the version included here is 0.10.1.