Description
Assign to specific groups input combobox on create a role mapping panel on users and roles page should have a label so assistive technology can help the user figure out which input they would want to select.
Steps to reproduce
Click on create role mapping on users and roles page
Kibana opens create role mapping panel
Scan the page with axe-core browser plugin
The critical a11y violation for missing form label shows up for the input combo box for "Assign to specific groups"
Kibana Version: 8.17.0-SNAPSHOT
OS: OS X
Browser: Chrome latest
Description Assign to specific groups input combobox on create a role mapping panel on users and roles page should have a label so assistive technology can help the user figure out which input they would want to select.
Steps to reproduce
Kibana Version: 8.17.0-SNAPSHOT OS: OS X Browser: Chrome latest
WCAG or Vendor Guidance (optional) Understanding SC 4.1.2: Name, Role, Value (Level A)(https://www.w3.org/WAI/WCAG22/Understanding/name-role-value.html) Related to: https://github.com/elastic/search-team/issues/8256