You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable setting labels for listbox in InputSearch and InputDropdown components
This commit allows for setting labels to the listbox in the InputSearch and InputDropdown components, enhancing accessibility. For InputSearch, labels can be set for all lists using optionsListDefaultArias or for individual lists using aria-label or aria-labelledby in each IOptionGroup of the optionList. For InputDropdown, labels can be set using aria-label or aria-labelledby in the optionList prop.
0 commit comments