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
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
I have a script that changes the selected attributes of the options of the original select. Selectr does not detect this. Is there a way to force Selectr to re-read the selected options from the original select?
The text was updated successfully, but these errors were encountered:
Why not change the script to use the Selectr instance and call mySelectr.setValue('new-value') or mySelectr.setValue('old-value'); // deselect an item ?
if you mean by thirdparty that you load it via cdn or something... fine still you could modify it.
But if you don't want to do that, than store the values in variables an pass it on to the selectr obj.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a script that changes the selected attributes of the options of the original select. Selectr does not detect this. Is there a way to force Selectr to re-read the selected options from the original select?
The text was updated successfully, but these errors were encountered: