MCPcopy
hub / github.com/autoNumeric/autoNumeric / _serializeFormatted

Method _serializeFormatted

src/AutoNumeric.js:9539–9541  ·  view source on GitHub ↗

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

(form, serializedSpaceCharacter = '+')

Source from the content-addressed store, hash-verified

9537 * @returns {string}
9538 */
9539 static _serializeFormatted(form, serializedSpaceCharacter = '+') {
9540 return this._serialize(form, false, 'formatted', serializedSpaceCharacter);
9541 }
9542
9543 /**
9544 * Serialize the form values to a string, outputting localized strings for each AutoNumeric-managed element values.

Callers 1

formFormattedMethod · 0.80

Calls 1

_serializeMethod · 0.95

Tested by

no test coverage detected