File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/shared/widget-plugin-filtering/src/controls Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export const Combobox = observer(function Combobox(props: ComboboxProps) {
5050 placeholder : props . inputPlaceholder
5151 } ) }
5252 />
53- < button className = { cls . toggle } { ...getToggleButtonProps ( ) } >
53+ < button className = { cls . toggle } { ...getToggleButtonProps ( { "aria-label" : "Show options" } ) } >
5454 < Arrow className = { cls . stateIcon } />
5555 </ button >
5656 < ClearButton
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export const TagPicker = observer(function TagPicker(props: TagPickerProps): Rea
102102 } ) }
103103 />
104104 </ div >
105- < button className = { cls . toggle } { ...getToggleButtonProps ( ) } >
105+ < button className = { cls . toggle } { ...getToggleButtonProps ( { "aria-label" : "Show options" } ) } >
106106 < Arrow className = { cls . stateIcon } />
107107 </ button >
108108 < ClearButton
You can’t perform that action at this time.
0 commit comments