MCPcopy
hub / github.com/autoNumeric/autoNumeric / _serializeNumericString

Method _serializeNumericString

src/AutoNumeric.js:9528–9530  ·  view source on GitHub ↗

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

(form, serializedSpaceCharacter = '+')

Source from the content-addressed store, hash-verified

9526 * @returns {string}
9527 */
9528 static _serializeNumericString(form, serializedSpaceCharacter = '+') {
9529 return this._serialize(form, false, 'unformatted', serializedSpaceCharacter);
9530 }
9531
9532 /**
9533 * Serialize the form values to a string, outputting the formatted value as strings for each AutoNumeric-managed elements.

Callers 1

formNumericStringMethod · 0.80

Calls 1

_serializeMethod · 0.95

Tested by

no test coverage detected