backbone.syphon icon indicating copy to clipboard operation
backbone.syphon copied to clipboard

add a "trim" option

Open paulovieira opened this issue 8 years ago • 1 comments

Trimming the data from a <form> with <inputs> is a basic operation. Would it make sense for the serialize method to support it directly?

var data = Backbone.Syphon.serialize(this, { trim: true });

I can make a PR for this.

paulovieira avatar Feb 03 '17 13:02 paulovieira

I think it'd be a good idea :+1:

scott-w avatar Feb 03 '17 13:02 scott-w