* Defines whether the value help icon is hidden * @private
()
| 528 | * @private |
| 529 | */ |
| 530 | get _iconMode() { |
| 531 | return isDesktop() ? IconMode.Decorative : IconMode.Interactive; |
| 532 | } |
| 533 | |
| 534 | onTimeSelectionChange(e: CustomEvent<TimeSelectionChangeEventDetail>) { |
| 535 | this.tempValue = e.detail.value; // every time the user changes the time selection -> update tempValue |
nothing calls this directly
no test coverage detected