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

The Multiple Values selection capablity

Open ybhosale-conga opened this issue 9 years ago • 4 comments

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

ybhosale-conga avatar Mar 31 '16 06:03 ybhosale-conga

Thanks for the feedback @ybhosale!

judisohn avatar Mar 31 '16 11:03 judisohn

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

davidhabib avatar Mar 31 '16 14:03 davidhabib

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

ybhosale-conga avatar Apr 01 '16 08:04 ybhosale-conga

@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.

dextermilo avatar Apr 01 '16 17:04 dextermilo