My code is here https://jsfiddle.net/yqjuy3m1/1/ .. I know my print html is out dated (could be my issue) so any updated approach is welcome.
What I am trying to do is, when the print button is clicked,
- Keep the selected value in the search box at print, along with the outside description.
- There is a placeholder in the search box. When you type in and you select a value (the only value that returns), and then click the print button..., it takes you to the print page. However, the search box returns to the default search placeholder and I just want the selected value and the description that goes with it to print. I hope this makes sense.
- I have notice also that the search box is also active in the print window too. meaning that you can type in the box while your on the printing page. Not sure if we can get around tha but like it if possible.
Edit:
4.I should also point out that I want to be able to have more than one autocomplete in a single print job.
Thank you for your help
End Edit