ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
29 stars 9 forks source link

Built-in label for select and combobox #2183

Open m-akinc opened 3 weeks ago

m-akinc commented 3 weeks ago

🙋 Feature Request

😯 Problem to Solve

(Copied from AzDO feature) Most Nimble controls offer built in labels but select and combobox don't, meaning clients have had to create and style labels manually.

This will also resolve some accessibility bugs: https://github.com/ni/nimble/issues/94 https://github.com/ni/nimble/issues/280

💁 Proposed Solution

We should update their templates to include labels, document the feature (hopefully including guidance about when to use labels and when not), and coordinate changing client apps to use the feature.

📋 Tasks