I have an app with multiple tabs. (See below.) The user clicks on a tab to 
navigate (using elm-lang/navigation) to another page. The “home” page has a 
select box on it, containing this: 

<select>
  <option value=“”>Any</option>
  <option value=“bovine”>bovine</option>
  <option value=“equine”>equine</option>
</select>

(As shown by Firefox inspector.) After changing the page and immediately 
clicking to go back to the home page tab, the inspector shows that the first 
option has changed to this:

  <option>Any</option>

That only happens when the value is an empty string - adding as little as a 
space makes the problem go away.

Is this a bug?

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to