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
"Selected option" gets incorrectly displayed once server side returns new select options using morphing. After morphing the DOM contains the correct option with "selected" tag, but displayed one is incorrect. When forcing page refresh the selected option is properly displayed.
It was made in #1122 and is now in main. It would be great if you can test if that solves the problem. If it doesn't, we should report this to Idiomorph.
"Selected option" gets incorrectly displayed once server side returns new select options using morphing. After morphing the DOM contains the correct option with "selected" tag, but displayed one is incorrect. When forcing page refresh the selected option is properly displayed.
Minimalistic code to reproduce the issue:
https://github.com/meceo/morph_testing/pull/2/files
The text was updated successfully, but these errors were encountered: