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
Hello.
I test what the user enters in the page, and if necessary, change the selected option of a select menu using jquery. It works well with native selects and a few jquery lines.
If I use pretty dropdowns instead of native selects, the selected option is correctly set in the native select, but the pretty dropdown is not actualized. So is there a way to force the display to actualize when the selected option changed ?
The refresh method is aimed to recreate the dropdown when the options list is modified (dynamic content), so it's not the appropriate solution.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello.
I test what the user enters in the page, and if necessary, change the selected option of a select menu using jquery. It works well with native selects and a few jquery lines.
If I use pretty dropdowns instead of native selects, the selected option is correctly set in the native select, but the pretty dropdown is not actualized. So is there a way to force the display to actualize when the selected option changed ?
The refresh method is aimed to recreate the dropdown when the options list is modified (dynamic content), so it's not the appropriate solution.
Thank you.
The text was updated successfully, but these errors were encountered: