()
| 544 | } |
| 545 | |
| 546 | _togglePicker() { |
| 547 | this.open = !this.open; |
| 548 | if (this._isMobileDevice) { |
| 549 | this._inputsPopover.open = false; |
| 550 | } |
| 551 | } |
| 552 | |
| 553 | submitPickers() { |
| 554 | this._updateValueAndFireEvents(this.tempValue!, true, ["change", "value-changed"]); |
no outgoing calls
no test coverage detected