When the Select editor's options are populated with a Backbone Collection, the field "defaults" to the first option in the select (first model in the collection).
The editor should (optionally?) display a default "blank" value such as <option>----------</option> as the first item in the select list.
When the Select editor's options are populated with a Backbone Collection, the field "defaults" to the first option in the select (first model in the collection).
The editor should (optionally?) display a default "blank" value such as
<option>----------</option>
as the first item in the select list.