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

Method _handleInputChange

packages/main/src/TimePicker.ts:687–690  ·  view source on GitHub ↗
(e: CustomEvent)

Source from the content-addressed store, hash-verified

685 }
686
687 _handleInputChange(e: CustomEvent) {
688 const target = e.target as DateTimeInput;
689 this._updateValueAndFireEvents(target.value, true, ["change", "value-changed"]);
690 }
691
692 _onInputRequestSubmit() {
693 if (this._internals.form) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected