MCPcopy
hub / github.com/autoNumeric/autoNumeric / _serializeFormattedArray

Method _serializeFormattedArray

src/AutoNumeric.js:9573–9575  ·  view source on GitHub ↗

* Generate an Array with the form values, outputting the formatted value as strings for each AutoNumeric-managed elements. * * @param {HTMLFormElement} form * @param {string} [serializedSpaceCharacter='+'] * @returns {Array}

(form, serializedSpaceCharacter = '+')

Source from the content-addressed store, hash-verified

9571 * @returns {Array}
9572 */
9573 static _serializeFormattedArray(form, serializedSpaceCharacter = '+') {
9574 return this._serialize(form, true, 'formatted', serializedSpaceCharacter);
9575 }
9576
9577 /**
9578 * Generate an Array with the form values, outputting localized strings for each AutoNumeric-managed element values.

Callers 1

formArrayFormattedMethod · 0.80

Calls 1

_serializeMethod · 0.95

Tested by

no test coverage detected