Skip to content

Commit

Permalink
EPMRPP-96191 || Set maxLength for input in organization projects sear… (
Browse files Browse the repository at this point in the history
#4042)

* EPMRPP-96191 || Set maxLength for input in organization projects search field

* EPMRPP-96191 || updated ui-kit
  • Loading branch information
maria-hambardzumian committed Oct 15, 2024
1 parent d703dcc commit 5a9c18c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.29",
"@reportportal/ui-kit": "^0.0.1-alpha.30",
"axios": "1.6.4",
"c3": "0.7.20",
"chart.js": "2.9.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const ProjectsPageHeaderWrapped = ({
loading={isSearchActive && projectsLoading}
startIcon={Parser(searchIcon)}
className={cx('search-input')}
maxLength={256}
collapsible
clearable
/>
Expand Down

0 comments on commit 5a9c18c

Please sign in to comment.