* Sets the caret to a certain position inside the native input * @protected
(pos: number | null)
| 2078 | * @protected |
| 2079 | */ |
| 2080 | setCaretPosition(pos: number | null) { |
| 2081 | setCaretPosition(this.nativeInput!, pos); |
| 2082 | } |
| 2083 | |
| 2084 | /** |
| 2085 | * Removes the fractional part of floating-point number. |
no test coverage detected