I want to create a custom value picker which can have:
- Same labels
- Can't use simple Domino view value picker as I need to check individual entry for some business criteria
- I want to show a short summary as well to help user distinguish among similar labels (I want to add some formatting to it e.g. label in bold, summary in green small chars)
I can create an Xpage for all such value pickers or I can have a custom data provider. Now, my question is, do I need to create a custom renderer as well to display Label with summary? How do I implement the picker with modal look-n-feel (I am using bootstrap theme)? Thanks in advance Arun