MCPcopy
hub / github.com/autoNumeric/autoNumeric / formArrayFormatted

Method formArrayFormatted

src/AutoNumeric.js:3259–3261  ·  view source on GitHub ↗

* Return an array containing an object for each form element. * Those objects are of the following structure `{ name: foo, value: '42' }`, where the `name` is the DOM element name, and the `value` is the formatted string. * * @returns {Array}

()

Source from the content-addressed store, hash-verified

3257 * @returns {Array}
3258 */
3259 formArrayFormatted() {
3260 return this.constructor._serializeFormattedArray(this.form(), this.settings.serializeSpaces);
3261 }
3262
3263 /**
3264 * Return an array containing an object for each form <input> element.

Callers 3

formJsonFormattedMethod · 0.95

Calls 2

formMethod · 0.95

Tested by

no test coverage detected