Click here to Skip to main content
15,911,789 members

Comments by Member 14125980 (Top 1 by date)

Member 14125980 28-Feb-22 8:36am View    
Hi Graeme

I have tried this solution but it returns oranges and not Oranges.
So in my case when i am passing the inputs it will be something like inputOptions: { 0: "File1.pdf", 1: "File2.pdf"}

When the user is selecting the option from the drop-down it then returns 0 not "File1.pdf". So i need to either be able to pass inputOptions: { "File1.pdf": "File1.pdf", "File2.pdf": "File2.pdf"} from the controller or select the text value from the drop down