-
Notifications
You must be signed in to change notification settings - Fork 6
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
DSD-1719/adds container queries to searchbar #1589
base: container-query-feature-branch
Are you sure you want to change the base?
DSD-1719/adds container queries to searchbar #1589
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your pull request is missing a changelog—was that intentional? |
@@ -217,6 +217,7 @@ export const SearchBar: React.FC<any> = chakra( | |||
invalidText={invalidText} | |||
isInvalid={isInvalid} | |||
ref={ref} | |||
sx={{ containerType: "inline-size" }} |
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.
It seems to me that container queries are so new that Chakra does not support them as style props. Is that true?
This doesn't have to be part of this ticket but we should update all components so that devs can do <Component wrapper containerType="inline-size" ...>
. It might mean having a global base interface with the container query attributes and all component interfaces inherit from it. Maybe? This is a nice-to-have update.
…-with-container-queries
…-with-container-queries
…-with-container-queries
Fixes JIRA ticket DSD-1719
This PR does the following:
SearchBar
, not meant to be mergedChecklist:
Front End Review: