* Defines whether the value help icon is hidden * @private
()
| 984 | * @private |
| 985 | */ |
| 986 | get _iconMode() { |
| 987 | return isDesktop() ? IconMode.Decorative : IconMode.Interactive; |
| 988 | } |
| 989 | |
| 990 | _canOpenPicker() { |
| 991 | return !this.disabled && !this.readonly; |
nothing calls this directly
no test coverage detected