MCPcopy Index your code
hub / github.com/autoNumeric/autoNumeric / _serializeLocalized

Method _serializeLocalized

src/AutoNumeric.js:9551–9553  ·  view source on GitHub ↗

* Serialize the form values to a string, 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 i

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

Source from the content-addressed store, hash-verified

9549 * @returns {string}
9550 */
9551 static _serializeLocalized(form, serializedSpaceCharacter = '+', forcedOutputFormat = null) {
9552 return this._serialize(form, false, 'localized', serializedSpaceCharacter, forcedOutputFormat);
9553 }
9554
9555 /**
9556 * Generate an Array with the form values, outputting numeric strings for each AutoNumeric-managed element values.

Callers 1

formLocalizedMethod · 0.80

Calls 1

_serializeMethod · 0.95

Tested by

no test coverage detected