---
"@ux-team/tvu-design-system": patch
---

Fix: the Select trigger had no accessible name. Adding `role="combobox"` in 1.2.0 silently removed it, because that role does not allow name-from-content — so the visible value/placeholder text stopped naming the button and axe reported `button-name` (critical) on every select trigger (40 nodes across 5 docs pages). The trigger now carries `aria-labelledby` pointing at its value element, restoring exactly the name screen readers announced before the role was added. No visual change, no new strings, no API change.
