There4

Results 5 issues of There4

Should this be a config var? In the markdown somehow?

enhancement
contributor-wanted

Please see the original bug at https://code.google.com/p/wkhtmltopdf/issues/detail?id=141

bug
wontfix

The documentation provides an example of using[ a select editor outside](https://github.com/powmedia/backbone-forms#editors-without-forms) a form. ``` var select = new Backbone.Form.editors.Select({ model: user, key: 'country', options: getCountries() }).render(); ``` However, in the...

- Update select editor to `setOptions` handed to initialize. This provides similar functionality to both radio and checkbox. (They extend it) - Update unit tests for radio and checkbox to...