Python-Regius
Python-Regius
@osban thank you for the example. Here is what I ended up running. I needed to use babel because some of the syntax in the example does not work in...
Adding the key attribute fixed the two examples I posted in IE11 and for the second example in other browsers as well. For the two most recently posted examples note...
Now the question is should Mithril be expected to handle this without the key attribute?
I see what you mean about needing to add a key after all even if I were working with HTML only I would still give each select menu a name...
Thank you for the example. Unmodified it works great including in IE11 when transpiling. To get it to work with dynamic options I had to make one modification otherwise I...
Thank you again for the example. It does work with dynamic options but I needed to make the same change as mentioned above where I changed ``` `select ${i}` ```...
Thank you for the clarification. At this point it seems like we ruled out that any of the behavior that I was seeing was due to a bug within Mithril....