There is a script of mine which updates the original `<select>`, but I can find a way to update the tagger interface to reflect it. I have tried something like (in the examples page) ``` js $("select#sel3").val("item0").change() ```