MCPcopy
hub / github.com/autoNumeric/autoNumeric / _isUserManuallyEditingTheValue

Method _isUserManuallyEditingTheValue

src/AutoNumeric.js:2422–2425  ·  view source on GitHub ↗

* Return `true` if the user is currently modifying the element value manually. * * @returns {boolean} * @private

()

Source from the content-addressed store, hash-verified

2420 * @private
2421 */
2422 _isUserManuallyEditingTheValue() {
2423 // return (this.isFocused && this.isEditing) || this.isWheelEvent || this.isDropEvent;
2424 return (this.isFocused && this.isEditing) || this.isDropEvent;
2425 }
2426
2427 /**
2428 * Execute the given callback function using the given result as its first parameter, and the AutoNumeric object as its second.

Callers 1

_setRawValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected