You can specify a value that will register as invalid if the user selects a menu item that is associated with that value. For example, if you specify -1 as an invalid value, and you assign the value to an option tag, the widget will return an error message if the user selects that menu item.
<option value="-1"> ------------------- </option>