mi6 / ic-ui-kit

Intelligence Community UI Kit (based on StencilJS)
MIT License
25 stars 28 forks source link

Internal issue 2780 - ic-search-bar has no aria-label when using web-component and showing the label #2068

Open ticket-sync[bot] opened 4 months ago

ticket-sync[bot] commented 4 months ago

The aria label is displayed in the ic-search-bar web component when there is no label (blue HTML) but when you display the label I could not find the aria-label in the DOM. It is empty on the input element (white HTML)

 

Not sure if it should be displayed??? but i couldn't find the label anywhere in the component

gd2910 commented 1 week ago

Aria-label is not needed when the label is showing, this ticket is to remove the blank aria-label prop when the label is showing.