* Set the caret position inside the input at the given position. * * @param {int} position * @private
(position)
| 8714 | * @private |
| 8715 | */ |
| 8716 | _setCaretPosition(position) { |
| 8717 | this._setSelection(position, position); |
| 8718 | } |
| 8719 | |
| 8720 | /** |
| 8721 | * Return an array containing the string parts located on the left and right side of the caret or selection. |
no test coverage detected