-
Notifications
You must be signed in to change notification settings - Fork 16
747 - Users should be able to click on the full field of a dropdown-type filter to open up the dropdown #903
747 - Users should be able to click on the full field of a dropdown-type filter to open up the dropdown #903
Conversation
…ype filter to open up the dropdown
…s path in the import statement
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.
@chriscalhoun1974 Everything looks great! I have one question regarding the width of the dropdowns and the searchbar.
Before this update each field in the filter bar took up the same amount of space.
Now the dropdowns only take up enough space to display the text within them and the seachbar fills up the remaining space.
Is this the intended behavior? It makes sense to me but it can result in some really wide search bars. Especially on big screens.
If this is the intended behavior then it's ready to ship
clients/admin-ui/src/features/datastore-connections/filters/ConnectionTypeFilter.tsx
Show resolved
Hide resolved
|
@TheAndrewJackson Great question! I can make it take a 1/3 of the screen perhaps. Let me look back at the original Figma design and consult with Simon on the expected responsive behavior. Thanks for the feedback. |
@chriscalhoun1974 As per our conversation at standup I'm going to merge this in. We can address the searchbar in a future PR if it needs to be updated. |
…ype filter to open up the dropdown (#903) * 747 - Users should be able to click on the full field of a dropdown-type filter to open up the dropdown * Disabled eslint import/extensions rule for certain files with an alias path in the import statement * Updated CHANGELOG.md file * Resolved jest unit tests from failing * Removed eslint-disable import/extensions declarations
Purpose
Users should be able to click on the full field of a dropdown-type filter to open up the dropdown
Changes
Checklist
CHANGELOG.md
fileCHANGELOG.md
file is being appended toUnreleased
section in an appropriate category. Add a new category from the list at the top of the file if the needed one isn't already there.Run Unsafe PR Checks
label has been applied, and checks have passed, if this PR touches any external servicesTicket
Fixes #747