nojronatron / Bigfoot-Bib-Report-WL-Form

Customized Winlink Race Tracker Form and Template for use in Bigfoot ultramarathon events.
https://enchanting-pony-09ae40.netlify.app/bigfoot-bib-report-initial
The Unlicense
5 stars 1 forks source link

Kill 3 line select location dialog. #21

Closed bytescream closed 2 years ago

bytescream commented 2 years ago

Standard is to have one line that opens up to more than one line (variable) where the first line, if default, is something like "Choose a station." The default value must be an entry with a blank 'value' so the error message is displayed when they have not chosen a station. But since the select initial value comes from local storage, we need a test for blank that sets the select value to the default on no stored data.

When testing be sure to clear local data storage. (F12->Application->Local Storage->File://)

bytescream commented 2 years ago

Always wanted that fixed. If I contribute nothing else...