I would like for the first item in the drop down to be read by the screen reader(NVDA or Jaws). Currently when tabbing through, the screen reader reads the label: "Sports Cars" and audibly says "list". Is that what is preferred or should it read the first item? I am using a custom angular component.
<my-dropdown [fieldData]="this.getMyfieldData" label="Sports Cars"></mydropdown>