* Checks if the inputs popover is open * @private
()
| 608 | * @private |
| 609 | */ |
| 610 | isInputsPopoverOpen(): boolean { |
| 611 | return !!this._isInputsPopoverOpen; |
| 612 | } |
| 613 | |
| 614 | submitInputsPopover() { |
| 615 | this._updateValueAndFireEvents(this.tempValue!, true, ["change", "value-changed"]); |
no outgoing calls
no test coverage detected