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

Method _handleNativeInput

packages/main/src/Input.ts:1267–1271  ·  view source on GitHub ↗
(e: InputEvent)

Source from the content-addressed store, hash-verified

1265 }
1266
1267 _handleNativeInput(e: InputEvent) {
1268 const eventType: string = e.inputType || "";
1269
1270 this._input(e, eventType);
1271 }
1272
1273 _input(e: CustomEvent<InputEventDetail> | InputEvent, eventType: string) {
1274 const inputDomRef = this.getInputDOMRefSync();

Callers

nothing calls this directly

Calls 1

_inputMethod · 0.95

Tested by

no test coverage detected