-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Create SelectBox component #123
Comments
Hi Artur! Is this issue still relevant? I would like to try implementing it! |
@pxd3v hey Things we need to implement:
It should be possible to reuse some existing styles from Select for this task. Of course we can add features incrementally and go step by step and refactor along the way. 😊 |
@arturbien Thank you so much for the guidance! I will start working on it today and i'll keep you updated. |
Hi @arturbien! I just implemented the list with the Cutout, thank you so much for the tip! I want to know, can you explain me more about the different displays? As I saw on the storybook, components have 3 different styles, default, flat and custom. Can you explain me each one please?! |
SelectBox is basically a Select component, but instead of a dropdown, there is a scrollable box of specified height containing all possible options.
The text was updated successfully, but these errors were encountered: