()
| 161 | } |
| 162 | |
| 163 | get select(): Select | null { |
| 164 | return this.shadowRoot!.querySelector<Select>("[ui5-select]"); |
| 165 | } |
| 166 | |
| 167 | // Internal value storage, in case the composite select is not rendered on the the assignment happens |
| 168 | _value: string = ""; |
no outgoing calls
no test coverage detected