-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UIIN-2493 Make Inventory search and browse query boxes expandable #2322
Conversation
@@ -1178,6 +1178,7 @@ class InstancesList extends React.Component { | |||
searchableIndexesPlaceholder={null} | |||
initialResultCount={INITIAL_RESULT_COUNT} | |||
initiallySelectedRecord={getItem(`${namespace}.${segment}.lastOpenRecord`)} | |||
inputType="textarea" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -3,6 +3,7 @@ | |||
|
|||
## [10.1.0] IN PROGRESS | |||
|
|||
* Make Inventory search and browse query boxes expandable. Refs UIIN-2493. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the Browse
query box be expandable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in folio-org/stripes-acq-components#722
e2d6e67
to
04e5a48
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description
Make Inventory search and browse query boxes expandable
Screenshots
chrome_aBXCGEl7SF.mp4
Issues
UIIN-2493
Related PRs
folio-org/stripes-smart-components#1407