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 Nov 27, 2018. It is now read-only.
When I 'enable' the fancyselect, it copies the select options to the fancyselect list, so I end up with multiple duplicates of the initial set of options. You can check it out at http://jsbin.com/biyeyowu/3/watch?html,js,output
I am not sure if you have the copyOptionsToList() call there for some other purpose. If my change does not break other functionality, I can send a pull request for it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I 'enable' the fancyselect, it copies the select options to the fancyselect list, so I end up with multiple duplicates of the initial set of options. You can check it out at http://jsbin.com/biyeyowu/3/watch?html,js,output
I have fixed this for my purpose with dipil-saud@b255310. You can check that out at this http://jsbin.com/tagozuci/1/watch?html,js,output
I am not sure if you have the
copyOptionsToList()
call there for some other purpose. If my change does not break other functionality, I can send a pull request for it.The text was updated successfully, but these errors were encountered: