* Remove the formatting and keep only the raw unformatted value in the element (as a numericString) * Note: this is loosely based on the previous 'unSet()' function * * By default, values are returned as ISO numeric strings (i.e. "1234.56" or "-1234.56"), where the decimal character i
()
| 2612 | * @returns {AutoNumeric} |
| 2613 | */ |
| 2614 | unformat() { |
| 2615 | this._setElementValue(this.getNumericString()); |
| 2616 | |
| 2617 | return this; |
| 2618 | } |
| 2619 | |
| 2620 | /** |
| 2621 | * Remove the formatting and keep only the localized unformatted value in the element, with the option to override the default outputFormat if needed |
no test coverage detected