* 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}
()
| 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. |
no test coverage detected