-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Experimental inline select - Determine how we do spacing around invalid icon #1885
Comments
I think we most likely need to consider moving away from native |
Though it's a fair intuition (I used to have the same one as yours), native |
are there major reasons for choosing to use the native |
The team said it's for a11y back when before I joined Carbon team. @tw15egan do you recall any...? Thanks! |
I think the main reasoning is that if it's being used in a form, semantically, it should be using the HTML5 form element. In this case, If we can achieve the same a11y with a custom solution, I'm all for it, but I would defer to @dakahn |
A usable and accessible select control using a custom widget (like our Dropdown) is a thing that can happen, but it would take careful testing and you'd end up having to code a lot of screen reader friendly aria tech and bespoke keyboard controls that you get for free by using If there's a user need for a fully customizable select control -- in terms of visual presentation -- then we can explore that, but I'd push back pretty strongly on any custom keyboard interaction patterns that don't meet a user's expectation for a |
We've marked this issue as stale because there hasn't been any activity for a couple of weeks. If there's no further activity on this issue in the next three days then we'll close it. Thanks for your contributions. |
We've marked this issue as stale because there hasn't been any activity for a couple of weeks. If there's no further activity on this issue in the next three days then we'll close it. You can keep the conversation going with just a short comment. Thanks for your contributions. |
As there's been no activity since this issue was marked as stale, we are auto-closing it. |
From @laurenmrice #1756 (review)
We need to see if it can be done with a reasonable implementation (devs suspect not), and if it's yes, we should implement that.
The text was updated successfully, but these errors were encountered: