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

Method _serializeNumericStringArray

src/AutoNumeric.js:9562–9564  ·  view source on GitHub ↗

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

(form, serializedSpaceCharacter = '+')

Source from the content-addressed store, hash-verified

9560 * @returns {Array}
9561 */
9562 static _serializeNumericStringArray(form, serializedSpaceCharacter = '+') {
9563 return this._serialize(form, true, 'unformatted', serializedSpaceCharacter);
9564 }
9565
9566 /**
9567 * Generate an Array with the form values, outputting the formatted value as strings for each AutoNumeric-managed elements.

Callers 1

Calls 1

_serializeMethod · 0.95

Tested by

no test coverage detected