MCPcopy
hub / github.com/autoNumeric/autoNumeric / formFormatted

Method formFormatted

src/AutoNumeric.js:3221–3223  ·  view source on GitHub ↗

* Return a string in standard URL-encoded notation with the form input values being formatted. * * @returns {string}

()

Source from the content-addressed store, hash-verified

3219 * @returns {string}
3220 */
3221 formFormatted() {
3222 return this.constructor._serializeFormatted(this.form(), this.settings.serializeSpaces);
3223 }
3224
3225 /**
3226 * Return a string in standard URL-encoded notation with the form input values, with localized values.

Callers 2

formSubmitFormattedMethod · 0.95

Calls 2

formMethod · 0.95
_serializeFormattedMethod · 0.80

Tested by

no test coverage detected