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

Method _handleInputLiveChange

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

Source from the content-addressed store, hash-verified

696 }
697
698 _handleInputLiveChange(e: CustomEvent) {
699 if (this._isPhone) {
700 e.preventDefault();
701 }
702
703 const target = e.target as DateTimeInput;
704 this._updateValueAndFireEvents(target.value, false, ["input"]);
705 }
706
707 _canOpenPicker() {
708 return !this.disabled && !this.readonly;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected