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
I've noticed that yo-yo fiddles with the selection state of my select elements when I change which option is selected by setting its selected property.
By debugging, I figured out that it's due to this code. Should it instead copy from t to f? I don't understand why the mutating element should get modified, it seems the opposite should happen.
The text was updated successfully, but these errors were encountered:
aknuds1
changed the title
Why does yo-yo reset the value property of select elements?
Why does yo-yo reset the value property of select elements?
Dec 30, 2016
I've noticed that yo-yo fiddles with the selection state of my
select
elements when I change whichoption
is selected by setting itsselected
property.By debugging, I figured out that it's due to this code. Should it instead copy from
t
tof
? I don't understand why the mutating element should get modified, it seems the opposite should happen.The text was updated successfully, but these errors were encountered: