|
@ -140,8 +140,7 @@ class Search extends React.PureComponent { |
|
|
<Icon id='search' className={hasValue ? '' : 'active'} /> |
|
|
<Icon id='search' className={hasValue ? '' : 'active'} /> |
|
|
<Icon id='times-circle' className={hasValue ? 'active' : ''} aria-label={intl.formatMessage(messages.placeholder)} /> |
|
|
<Icon id='times-circle' className={hasValue ? 'active' : ''} aria-label={intl.formatMessage(messages.placeholder)} /> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<Overlay show={expanded && !hasValue} placement='bottom' target={this}> |
|
|
|
|
|
|
|
|
<Overlay show={expanded && !hasValue} placement='bottom' target={this} container={this}> |
|
|
<SearchPopout /> |
|
|
<SearchPopout /> |
|
|
</Overlay> |
|
|
</Overlay> |
|
|
</div> |
|
|
</div> |
|
|