()
| 551 | } |
| 552 | |
| 553 | submitPickers() { |
| 554 | this._updateValueAndFireEvents(this.tempValue!, true, ["change", "value-changed"]); |
| 555 | this._togglePicker(); |
| 556 | } |
| 557 | |
| 558 | onResponsivePopoverAfterClose() { |
| 559 | this.open = false; |
nothing calls this directly
no test coverage detected