fix: stringify select options' values in vocabulary functions
The currently selected option html tag should have a selected="selected"
attribute which was not added because the code producing the is
comparing option's values (which are strings) to eid as numbers.