Skip to content

Commit

Permalink
EPMRPP-97156 || Search field does not open upon clicking the left sid… (
Browse files Browse the repository at this point in the history
#4107)

* EPMRPP-97156 || Search field does not open upon clicking the left side of the loupe icon

* EPMRPP-97156 || update ui-kit
  • Loading branch information
BlazarQSO authored Nov 25, 2024
1 parent 3709404 commit f8490c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
8 changes: 4 additions & 4 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@formatjs/intl-pluralrules": "1.3.9",
"@formatjs/intl-relativetimeformat": "4.5.1",
"@formatjs/intl-utils": "1.6.0",
"@reportportal/ui-kit": "^0.0.1-alpha.32",
"@reportportal/ui-kit": "^0.0.1-alpha.34",
"axios": "1.6.4",
"c3": "0.7.20",
"chart.js": "2.9.4",
Expand Down
8 changes: 2 additions & 6 deletions app/src/components/fields/searchField/searchField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import { useEffect, useState } from 'react';
import PropTypes from 'prop-types';
import { useTracking } from 'react-tracking';
import { BaseIconButton, FieldText, SearchIcon } from '@reportportal/ui-kit';
import { FieldText, SearchIcon } from '@reportportal/ui-kit';
import classNames from 'classnames/bind';
import styles from './searchField.scss';

Expand Down Expand Up @@ -79,11 +79,7 @@ export const SearchField = ({
onBlur={handleBlur}
placeholder={placeholder}
loading={isSearchActive && isLoading}
startIcon={
<BaseIconButton>
<SearchIcon />
</BaseIconButton>
}
startIcon={<SearchIcon />}
className={cx('search-field')}
maxLength={256}
collapsible
Expand Down

0 comments on commit f8490c0

Please sign in to comment.