FaradayRF / Faraday-Software

Faraday node software
https://www.faradayrf.com
Other
48 stars 19 forks source link

Replace erroneous first value in SimpleUI drop-downs. #204

Open wa1rjj opened 7 years ago

wa1rjj commented 7 years ago

Summary

When selecting a value from the Faraday IO Control drop-down lists of the SimpleUI, the first value (LED1) is initially populating the window, but in actuality, it has not been selected. It should either be pre-populated with a blank space, or a generic <option value="">Please select your answer</option> that precedes the currently visible LED1 in both local and remote actionable items of the drop-downs, as defined by the index.html file.

Problem Explanation

By already showing LED1 in the drop-down, the end-user gets the erroneous indication that it has been selected as an actionable item, and as there is no real clear status of the actionable item, the user may think that LED1 has been selected, but has not.

Environment

Software

SimpleUI

Hardware

Standard FaradayRF hardware All OS's that display SimpleUI in a browser

kb1lqc commented 7 years ago

Thanks, we will recreate his and double check your statement. Sounds like an easy fix and thanks for pointing this out!