* Returns the caret position inside the native input * @protected
()
| 2070 | * @protected |
| 2071 | */ |
| 2072 | getCaretPosition(): number | null { |
| 2073 | return getCaretPosition(this.nativeInput!); |
| 2074 | } |
| 2075 | |
| 2076 | /** |
| 2077 | * Sets the caret to a certain position inside the native input |
no test coverage detected