Select Options Disappearing When Appending New Option
I'm currently creating a interface to select an option from one select element on double click, and append it to another select element. The issue I am coming across is when doing
Solution 1:
As pointed out the issue was with the sortSelection function. I'm not quite sure why, but regardless I don't actually require this function anymore.
Removing said function has resolved the issue :)
Post a Comment for "Select Options Disappearing When Appending New Option"