ddkapan / eBirdCBC

Using eBird best practices to generate a best practices CBC count for a given count area
MIT License
4 stars 0 forks source link

Make drop down list follow along when using buttons to scroll through the birds #7

Open ddkapan opened 10 months ago

ddkapan commented 10 months ago

The drop-down list allows one to choose data from an arbitrary bird to inspect. The button presses allow you to scroll back-and-forth for birds in the database. The problem is that button presses don't move the birds hi-lit in the drop-down dialog box, need a fix.

JBH suggested something along these lines: [https://alvarotrigo.com/blog/javascript-select-option/]