MCPcopy
hub / github.com/autoNumeric/autoNumeric / _isInputElement

Method _isInputElement

src/AutoNumeric.js:7903–7905  ·  view source on GitHub ↗

* Return `true` in the DOM element is an . * * @returns {boolean} * @private

()

Source from the content-addressed store, hash-verified

7901 * @private
7902 */
7903 _isInputElement() {
7904 return this.domElement.tagName.toLowerCase() === 'input';
7905 }
7906
7907 /**
7908 * Return `true` if the input type is supported by AutoNumeric

Callers 1

_checkElementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected