-
Notifications
You must be signed in to change notification settings - Fork 98
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
renderPopup for Select #1312
renderPopup for Select #1312
Conversation
Playwright Test Component is ready. |
Preview is ready. |
b2b61ef
to
1230bd4
Compare
1230bd4
to
04fefbc
Compare
@korvin89 |
src/components/Select/README.md
Outdated
return ( | ||
<React.Fragment> | ||
{renderFilter()} | ||
<div className="CustomElement" /> |
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.
Could u add some styles for this div? For example width, height and color, so that it can be seen in sandbox example
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.
@@ -22,6 +22,8 @@ const style = { | |||
padding: '4px 4px 0', | |||
}; | |||
|
|||
export const SELECT_FILTER_QA = 'SELECT_FILTER_QA'; |
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.
Could u add this qa here?
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.
No description provided.