We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df91626 + 756b259 commit 282a8d6Copy full SHA for 282a8d6
app/src/ui/history/compare.tsx
@@ -159,6 +159,7 @@ export class CompareSidebar extends React.Component<
159
<div id="compare-view" role="tabpanel" aria-labelledby="history-tab">
160
<div className="compare-form">
161
<FancyTextBox
162
+ ariaLabel="Branch filter"
163
symbol={OcticonSymbol.gitBranch}
164
displayClearButton={true}
165
placeholder={placeholderText}
app/src/ui/lib/fancy-text-box.tsx
@@ -38,6 +38,7 @@ export class FancyTextBox extends React.Component<
38
<div className={componentCSS}>
39
<Octicon className={octiconCSS} symbol={this.props.symbol} />
40
<TextBox
41
+ ariaLabel={this.props.ariaLabel}
42
value={this.props.value}
43
onFocus={this.onFocus}
44
onBlur={this.onBlur}
0 commit comments