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

Method formNumericString

src/AutoNumeric.js:3212–3214  ·  view source on GitHub ↗

* Return a string in standard URL-encoded notation with the form input values being unformatted. * This string can be used as a query for instance. * * @returns {string}

()

Source from the content-addressed store, hash-verified

3210 * @returns {string}
3211 */
3212 formNumericString() {
3213 return this.constructor._serializeNumericString(this.form(), this.settings.serializeSpaces);
3214 }
3215
3216 /**
3217 * Return a string in standard URL-encoded notation with the form input values being formatted.

Callers 2

Calls 2

formMethod · 0.95

Tested by

no test coverage detected