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
But when I do it, the selected option is the right one in the hidden select, but in the span the text is not updated. I'm not a javascript expert, so I'm not sure if I should change the way I reset my selects or if we should fix it in your library.
Anthony
The text was updated successfully, but these errors were encountered:
I did a little bit of research, and the problem comes from the fact that jQuery doesn't check change in attribute. So basically we would need to check change in the "selected" attribute, it would be a nice feature of the library, but it's not built-in jQuery, so we would need to add a workaround to make it works. What do you think of that?
I'm using a javascript function to reset all my select option to the default one. The code to do that is pretty simple.
But when I do it, the selected option is the right one in the hidden select, but in the span the text is not updated. I'm not a javascript expert, so I'm not sure if I should change the way I reset my selects or if we should fix it in your library.
Anthony
The text was updated successfully, but these errors were encountered: