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

Method _saveCancellableValue

src/AutoNumeric.js:8686–8688  ·  view source on GitHub ↗

* Save the unformatted element value. * This is used in the 'cancellable' feature where the element value is saved on focus and input validation, to be used if the user wants to cancel his modifications by hitting the 'Escape' key. * * @private

()

Source from the content-addressed store, hash-verified

8684 * @private
8685 */
8686 _saveCancellableValue() {
8687 this.savedCancellableValue = this.rawValue;
8688 }
8689
8690 /**
8691 * Set the text selection inside the input with the given start and end position.

Callers 2

_onFocusMethod · 0.95
_onKeydownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected