-
Notifications
You must be signed in to change notification settings - Fork 17
File Input redesign #2156
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
File Input redesign #2156
Conversation
…eact into jialecl-fileInput-tokens
|
Only missing doc. |
Mil4n0r
left a comment
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.
Great job Jiale!
The only thing that I wanted to point out is that, now that we display the error message in one single line, it would be interesting to display a Tooltip if we hover a text with ellipsis, the same way that we do for other components such as Spinner, Select, etc.
This is easily achievable by using the TooltipWrapper with its condition prop (there are multiple examples in the code). Also, don't forget to add a storybook action to hover the text and display the tooltip.
…hnology/halstack-react into jialecl-fileInput-tokens
…halstack-react into jialecl-fileInput-tokens
…hnology/halstack-react into jialecl-fileInput-tokens

Checklist
(Check off all the items before submitting)
/libdirectory./websiteas needed.Description
Redesign of the fileInput component following the new design kit specifications, already using the new token architecture (CSS variables).
Additional context