* Return the DOM element reference of the autoNumeric-managed element * * @returns {HTMLElement|HTMLInputElement}
()
| 2823 | * @returns {HTMLElement|HTMLInputElement} |
| 2824 | */ |
| 2825 | node() { |
| 2826 | return this.domElement; |
| 2827 | } |
| 2828 | |
| 2829 | /** |
| 2830 | * Return the DOM element reference of the parent node of the autoNumeric-managed element |
no outgoing calls
no test coverage detected