-
Notifications
You must be signed in to change notification settings - Fork 81
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
fix: Creates new Select component to eventually replace Dropdown #2415
Conversation
* Duplicated from dropdown * Added a deprecation warning to the story & component via console.warn
Haven't tried it, but I'm wondering if you can basically just have the deprecated |
That's actually (hopefully) a perfect use case for withDeprecationWarning! |
@brandonlenz Did I do it right? |
Summary
USWDS 3.0 renamed Dropdown to Select. This PR duplicates the Dropdown component to a new Select component, and adds a deprecation warning to the story and component via console.warn
Related Issues or PRs
Resolves #2308
Prompts #2416
How To Test
Screenshots (optional)