backbone-forms icon indicating copy to clipboard operation
backbone-forms copied to clipboard

Form framework for BackboneJS with nested forms, editable lists and validation

Results 100 backbone-forms issues
Sort by recently updated
recently updated
newest added

Hello, I was wondering if the possibility of specifying a particular fieldset in the templates is something desirable/planned. The idea would be something along the lines of: ``` sh ```...

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...

I am using the following schema for a radio control: ``` radio: { type: 'Radio', title: 'Title' options: function() { return [ { label: 'radio 1', val: 'value1' }, {...

Is this project using continuous integration services (e.g., Travis-CI or Jenkings)? Or has it used at any point of its lifetime?

@philfreo This will give the opportunity to handle especially input[type="file"]

https://github.com/powmedia/backbone-forms/blob/7aad9e3be590b0bda964f6156b7a438e89d00e45/src/editors/number.js#L52 A Number can also be a negative which starts with a dash. The regex fails to accept this sort of numbers. The same field shows a slider on the...

When you create a custom template that references a data-editor that is a NestedModel, it hoses up various input fields. See http://jsfiddle.net/bpardee/zqXU3/1/ The text and select fields aren't rendered or...

Please look at this fiddle to see an example of an Object editor being used in a form with a template. http://jsfiddle.net/triptifty/dW2Qu/416/ Here is the same example, except a template...

If the `backbone.bootstrap-modal` is the devDependency, the '.gitmodules' should be ignored when you publish to `npm`.