MCPcopy Index your code
hub / github.com/UI5/webcomponents / _onInputRequestSubmit

Method _onInputRequestSubmit

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

Source from the content-addressed store, hash-verified

688 }
689
690 _onInputRequestSubmit() {
691 if (this._internals.form) {
692 submitForm(this);
693 }
694 }
695
696 _onkeydown(e: KeyboardEvent) {
697 let preventDefault = true;

Callers

nothing calls this directly

Calls 1

submitFormFunction · 0.85

Tested by

no test coverage detected