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

Method _innerInput

packages/main/src/TimeSelectionInputs.ts:119–121  ·  view source on GitHub ↗

* Returns the inner input element DOM reference. * @param input the Input component * @returns inner input element

(input: Input)

Source from the content-addressed store, hash-verified

117 * @returns inner input element
118 */
119 _innerInput(input: Input): HTMLInputElement | null {
120 return input && input.getInputDOMRefSync();
121 }
122
123 /**
124 * Creates clock and button components according to the display format pattern.

Callers 2

_addNumericAttributesMethod · 0.95
_onfocusinMethod · 0.95

Calls 1

getInputDOMRefSyncMethod · 0.80

Tested by

no test coverage detected