backbone-forms
backbone-forms copied to clipboard
Select editor should display a default "blank" entry.
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.
Hi i m also trying to do this. Did you find any solution??
You can extend the select editor to add your behaviour. I added the functionnality in my fork, here's the diff.