Whether any chips or the matChipInput inside of this chip-grid has focus.
()
| 166 | |
| 167 | /** Whether any chips or the matChipInput inside of this chip-grid has focus. */ |
| 168 | override get focused(): boolean { |
| 169 | return this._chipInput?.focused || this._hasFocusedChip(); |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * Implemented as part of MatFormFieldControl. |
nothing calls this directly
no test coverage detected