()
| 612 | } |
| 613 | |
| 614 | submitInputsPopover() { |
| 615 | this._updateValueAndFireEvents(this.tempValue!, true, ["change", "value-changed"]); |
| 616 | this.closeInputsPopover(); |
| 617 | } |
| 618 | |
| 619 | onInputsPopoverAfterOpen() { |
| 620 | const popover = this._inputsPopover; |
nothing calls this directly
no test coverage detected