-
-
Notifications
You must be signed in to change notification settings - Fork 228
✨ refactor: Replace Select component with Base UI implementation and remove deprecated Dropdown #457
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
base: master
Are you sure you want to change the base?
Conversation
…remove deprecated Dropdown
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
|
👍 @Innei |
|
There is too much information in the pull request to test. |
commit: |
…ed Select component functionality - Extracted option rendering logic into SelectOptionsList for better separation of concerns. - Implemented useSelectState hook to manage Select component state and behavior, enhancing reusability and maintainability. - Removed redundant code and streamlined the Select component for improved performance and readability. Signed-off-by: Innei <[email protected]>
- Added a new Dropdown component utilizing Ant Design's Dropdown for improved context menu and action options. - Included Dropdown documentation and demo examples for better usage guidance. - Updated index files to export the new Dropdown component and its types. Signed-off-by: Innei <[email protected]>
No description provided.