MCPcopy
hub / github.com/autoNumeric/autoNumeric / getSettings

Method getSettings

src/AutoNumeric.js:2046–2048  ·  view source on GitHub ↗

* Return the options object containing all the current autoNumeric settings in effect. * You can then directly access each option by using its name : `anElement.getSettings().optionNameAutoCompleted`. * * @example * anElement.getSettings() * anElement.getSettings().decimalCh

()

Source from the content-addressed store, hash-verified

2044 * @returns {object}
2045 */
2046 getSettings() {
2047 return this.settings;
2048 }
2049
2050 /**
2051 * Set the given element value, and format it immediately.

Callers 3

_addToGlobalListMethod · 0.80
_serializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected