MCPcopy
hub / github.com/autoNumeric/autoNumeric / _serializeLocalizedArray

Method _serializeLocalizedArray

src/AutoNumeric.js:9585–9587  ·  view source on GitHub ↗

* Generate an Array with the form values, outputting localized strings for each AutoNumeric-managed element values. * * @param {HTMLFormElement} form * @param {string} [serializedSpaceCharacter='+'] * @param {string|null} [forcedOutputFormat] If set, then this is the format that

(form, serializedSpaceCharacter = '+', forcedOutputFormat = null)

Source from the content-addressed store, hash-verified

9583 * @returns {Array}
9584 */
9585 static _serializeLocalizedArray(form, serializedSpaceCharacter = '+', forcedOutputFormat = null) {
9586 return this._serialize(form, true, 'localized', serializedSpaceCharacter, forcedOutputFormat);
9587 }
9588}
9589
9590/**

Callers 1

formArrayLocalizedMethod · 0.80

Calls 1

_serializeMethod · 0.95

Tested by

no test coverage detected