MCPcopy Index your code
hub / github.com/autoNumeric/autoNumeric / _decrementParentFormCounter

Method _decrementParentFormCounter

src/AutoNumeric.js:1381–1383  ·  view source on GitHub ↗

* Decrement the AutoNumeric form children count for the current `this.parentForm` form element. * * @private

()

Source from the content-addressed store, hash-verified

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.

Callers 2

_removeFormListenerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected