axel-zarate / js-custom-select

Custom auto-complete select box for AngularJS and Bootstrap
MIT License
68 stars 59 forks source link

How to set custom selected value from one page to another custom selected drop down value #51

Open Chandrakala14 opened 7 years ago

Chandrakala14 commented 7 years ago

Hi,

This was awesome. In my case I want to set first page custom selected value in another page custom select box. I used session storage to pass data from one page to another it is working also, but I don't know how to set that value to the custom select box.

Please help me to solve this issue.