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

Method getInputDOMRef

packages/main/src/Input.ts:1641–1650  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1639 }
1640
1641 getInputDOMRef() {
1642 if (isPhone() && this.Suggestions) {
1643 const picker = this.Suggestions._getPicker();
1644 if (picker) {
1645 return picker.querySelector<Input>(".ui5-input-inner-phone")!;
1646 }
1647 }
1648
1649 return this.nativeInput;
1650 }
1651
1652 getInputDOMRefSync() {
1653 if (isPhone() && this.Suggestions) {

Callers 5

_afterOpenPickerMethod · 0.95
getInputValueMethod · 0.95
_getInputFieldMethod · 0.80
_onfocusinMethod · 0.80

Calls 2

isPhoneFunction · 0.85
_getPickerMethod · 0.45

Tested by

no test coverage detected