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

Method _onInputInput

packages/main/src/DatePicker.ts:668–670  ·  view source on GitHub ↗

* The ui5-input "input" event handler - fire input even when the user types * @protected

(e: Event)

Source from the content-addressed store, hash-verified

666 * @protected
667 */
668 _onInputInput(e: Event) {
669 this._updateValueAndFireEvents((e.target as DatePicker).value, false, ["input"], false);
670 }
671
672 /**
673 * Checks if the provided value is valid and within valid range.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected