MCPcopy Create free account
hub / github.com/UI5/webcomponents / _getCaretPosition

Method _getCaretPosition

packages/main/src/StepInput.ts:749–751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

747 }
748
749 _getCaretPosition() {
750 return this.input.getDomRef()!.querySelector("input")!.selectionStart;
751 }
752
753 _getValueOnkeyDown(e: KeyboardEvent, inputValue: string, cursorPosition?: number) {
754 const typedValue = `${inputValue.substring(0, cursorPosition)}${e.key}${inputValue.substring(cursorPosition!)}`;

Callers 1

_onkeydownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected