config values of type boatData will always fall back to "AWA" when loding the config page
wellenvogel opened this issue · 2 comments
wellenvogel commented
Whenever the config UI is loaded all values of type boatData will fallback to "AWA" (the first in the list of boatValues).
wellenvogel commented
When analyzing it turnded out that the value of the select fields got lost as the list of options is still empty when the value is being set.
Furthermore all selects will suffer from a similar problem if the current value is not part of the select list.
wellenvogel commented