diff --git a/js/improved_multi_select.js b/js/improved_multi_select.js
index 3f3f262..362c031 100755
--- a/js/improved_multi_select.js
+++ b/js/improved_multi_select.js
@@ -392,6 +392,8 @@
       // Now that the select has the options in the correct order, use the
       // cloned select for resetting the ul values.
       $select = $cloned_select;
+      // Select the options in select using ul values.
+      $('#' + sid).val($select);
     }
     else {
       $select.find('option:selected').prop('selected', false);
