You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see the issue here, that instead of alerting with the property value tierrasdelcafe it is falling back alerting with Tierras del cafe which is the correct behavior when value doesn't exist.
You can see the issue here, that instead of alerting with the property value
tierrasdelcafe
it is falling back alerting withTierras del cafe
which is the correct behavior when value doesn't exist.https://svelte.technology/repl/?version=1.6.8&gist=c0a81f341a7652bbc68c129d0b0105d2
Checking the output I noticed that a line like this is missing
option1.value = option1.__value
in therenderMainFragment
method.I did some more investigation and found the problem at this line
Changing that line to this, resolves the issue.
I have the code ready with a passing test for a pull request but wanted to consult before submitting it.
Thanks for this awesome project!
The text was updated successfully, but these errors were encountered: