* Select the whole element content (including the currency symbol). * @private
()
| 2671 | * @private |
| 2672 | */ |
| 2673 | _defaultSelectAll() { |
| 2674 | AutoNumericHelper.setElementSelection(this.domElement, 0, AutoNumericHelper.getElementValue(this.domElement).length); |
| 2675 | } |
| 2676 | |
| 2677 | /** |
| 2678 | * Select only the numbers in the formatted element content, leaving out the currency symbol, whatever the value of the `selectNumberOnly` option |
no test coverage detected