jQuery awesomplete autocomplete plugin
Hello,
This is not directly related to the jQuery autocomplete. I am using something similar that I have found a little simpler to use as far as initial set up goes.
I have everything working but I am needing some guidance on how I can have a user type something into a search input, the user only sees the label if you will but upon enter or button click it takes them to the corresponding URL.
My data structure example: { value: 'Google', env: 'Prod', url: '
https://google.com' }
Expected result: If a user types in Goo, a drop down will appear for all relating results. User selects from the drop down by mouse click or arrow down. Once the entry is in the input the user can click the navigate button or press enter to navigate to the URL. I dont want the URL to show in the search result just the value and env. I already have that working just need to link the URL to each value. Any assistance is appreciated!
The code can be seen here
https://github.com/s3venvials/my-awesomplete