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

Method getInputValue

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

Source from the content-addressed store, hash-verified

1630 }
1631
1632 getInputValue() {
1633 const domRef = this.getDomRef();
1634
1635 if (domRef) {
1636 return (this.getInputDOMRef())!.value;
1637 }
1638 return "";
1639 }
1640
1641 getInputDOMRef() {
1642 if (isPhone() && this.Suggestions) {

Callers 1

fireEventByActionMethod · 0.95

Calls 1

getInputDOMRefMethod · 0.95

Tested by

no test coverage detected