Skip to content

Commit

Permalink
UIIN-2493 Make Inventory search and browse query boxes expandable
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis committed Oct 25, 2023
1 parent 33589f7 commit b4687bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

## [10.1.0] IN PROGRESS

* Make Inventory search and browse query boxes expandable. Refs UIIN-2493.

## [10.0.1] IN PROGRESS

Expand Down
1 change: 1 addition & 0 deletions src/components/InstancesList/InstancesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,7 @@ class InstancesList extends React.Component {
searchableIndexesPlaceholder={null}
initialResultCount={INITIAL_RESULT_COUNT}
initiallySelectedRecord={getItem(`${namespace}.${segment}.lastOpenRecord`)}
inputType="textarea"
resultCountIncrement={RESULT_COUNT_INCREMENT}
viewRecordComponent={ViewInstanceWrapper}
editRecordComponent={InstanceForm}
Expand Down

0 comments on commit b4687bf

Please sign in to comment.