web.dev
web.dev copied to clipboard
feat(select): create `web-select` element, fixes #7176
Fixes #7176
Changes proposed in this pull request:
- create web-select component
When you're ready to submit your PR, don't forget to add the $-presubmit
label.
Hello! This is an automated review by our custom reviewbot. It updates automatically when code or GitHub comments in this pull request are created or updated.
Requested changes
If there are any common problems with the content files you created or modified, they will be listed here.
src/component-library/select/select.md
- This file passed all of our automated Markdown audits.
✔️ Deploy Preview for web-dev-staging ready!
🔨 Explore the source changes: f5719acbd3ccda163d523be16401333334e19ccb
🔍 Inspect the deploy log: https://app.netlify.com/sites/web-dev-staging/deploys/61f2c9d307303d0007793134
😎 Browse the preview: https://deploy-preview-7177--web-dev-staging.netlify.app
@philipwalton Can you please take another look?
@philipwalton here the element on a page you can tinker with https://deploy-preview-7177--web-dev-staging.netlify.app/design-system/preview/select/web-select/
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. To prevent this from happening, leave a comment.
@philipwalton, the accessibility issues you mentioned seem to be fixed for desktop. Can you take another look?
Also some context on this would be helpful. Is this created to have a select that fits web.dev's style? Because that comes with the price of decreased accessibility on Android and iOS devices as they don't open the native select drawer anymore.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To prevent this from happening, leave a comment.
@devnook would have more context on whether or not this is still needed.