()
| 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) { |
no test coverage detected