* Decrement the AutoNumeric form children count for the current `this.parentForm` form element. * * @private
()
| 1379 | * @private |
| 1380 | */ |
| 1381 | _decrementParentFormCounter() { |
| 1382 | this.parentForm.dataset.anCount--; |
| 1383 | } |
| 1384 | |
| 1385 | /** |
| 1386 | * Return `true` if the global form handler list exists on the `window` object. |
no outgoing calls
no test coverage detected