For unit testing automation, it would be really convenient if we could set the aria-label (as opposed to the aria-described-by or the aria-labelled-by) attribute to the ComboBox component. I noticed that the ComboBoxProps doesn't have this option available. Is there a way to circumvent the props and manually add it?
Also, is there a specific reason ariaLabel isn't a member of the ComboBoxProps?