Whether the select has a value.
()
| 1015 | |
| 1016 | /** Whether the select has a value. */ |
| 1017 | get empty(): boolean { |
| 1018 | return !this._selectionModel || this._selectionModel.isEmpty(); |
| 1019 | } |
| 1020 | |
| 1021 | private _initializeSelection(): void { |
| 1022 | // Defer setting the value in order to avoid the "Expression |