* 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
()
| 2044 | * @returns {object} |
| 2045 | */ |
| 2046 | getSettings() { |
| 2047 | return this.settings; |
| 2048 | } |
| 2049 | |
| 2050 | /** |
| 2051 | * Set the given element value, and format it immediately. |
no outgoing calls
no test coverage detected