When the model is `null` or an empty string, the static option will be selected. For example: ``` html <select v-model="user" options="users | optionify 'name' 'id'"> <option>Select a user...</option> </select> ``` Without this, you have to fiddle around with the `users` array to add a "Select a user..." option. Angular has been supporting this for a long time... --- BTW, I really think that `optionify` filter should ship in core...