MCPcopy
hub / github.com/autoNumeric/autoNumeric / _unformatAltHovered

Method _unformatAltHovered

src/AutoNumeric.js:3529–3532  ·  view source on GitHub ↗

* Unformat the given AutoNumeric element, and update the `hoveredWithAlt` variable. * * @param {AutoNumeric} anElement * @private

(anElement)

Source from the content-addressed store, hash-verified

3527 * @private
3528 */
3529 static _unformatAltHovered(anElement) {
3530 anElement.hoveredWithAlt = true;
3531 anElement.unformat();
3532 }
3533
3534 /**
3535 * Reformat the given AutoNumeric element, and update the `hoveredWithAlt` variable.

Callers 3

_onKeydownMethod · 0.80
_onKeydownGlobalMethod · 0.80

Calls 1

unformatMethod · 0.80

Tested by

no test coverage detected