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

Method _unformatOnSubmit

src/AutoNumeric.js:7801–7805  ·  view source on GitHub ↗

* Unformat the element value according to the `unformatOnSubmit` option * * @private

()

Source from the content-addressed store, hash-verified

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.

Callers 1

_onFormSubmitMethod · 0.80

Calls 1

_setElementValueMethod · 0.95

Tested by

no test coverage detected