(element: HTMLElement)
| 37 | } |
| 38 | |
| 39 | export function isTextualFormElement(element: HTMLElement): boolean { |
| 40 | return element.tagName === 'INPUT' || element.tagName === 'TEXTAREA'; |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Updates the native DOM property on the given node. |
no outgoing calls
no test coverage detected
searching dependent graphs…