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.
1 parent b804272 commit 6e5fc01Copy full SHA for 6e5fc01
src/shared/components/TopcoderHeader/index.jsx
@@ -388,6 +388,7 @@ export default class TopcoderHeader extends React.Component {
388
trigger={activeTrigger}
389
/>
390
<div
391
+ role="search"
392
className={searchOpened ? 'opened' : ''}
393
onMouseLeave={(event) => {
394
/* False when cursor leaves from the sub-menu to the element that has
@@ -402,7 +403,6 @@ export default class TopcoderHeader extends React.Component {
402
403
styleName="search-field"
404
>
405
<input
- role="search"
406
ref={(input) => { this.searchInput = input; }}
407
onKeyPress={(event) => {
408
if (event.key === 'Enter') {
0 commit comments