* Unformat the element value according to the `unformatOnSubmit` option * * @private
()
| 7799 | * @private |
| 7800 | */ |
| 7801 | _unformatOnSubmit() { |
| 7802 | if (this.settings.unformatOnSubmit) { |
| 7803 | this._setElementValue(this.rawValue); |
| 7804 | } |
| 7805 | } |
| 7806 | |
| 7807 | /** |
| 7808 | * Listen for the `alt` key keydown event globally, and if the event is caught, unformat the AutoNumeric element that is hovered by the mouse. |
no test coverage detected