* Return `true` in the DOM element is an . * * @returns {boolean} * @private
()
| 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 |